To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 五λ?韋?? | 100011001101110010000011110010010011111111101000111010000011111100111111 | 8cdc83c93fe8e83f3f |
EUC-JP | 五λ?韋?? | 101110001101111010100110110010110011111111110000111010100011111100111111 | b8dea6cb3ff0ea3f3f |
UTF-8 | 五λ쉑韋곮굢 | 1110010010111010100101001100111010111011111011001000100110010001111010011001111110001011111010101011001110101110111010101011010110100010 | e4ba94cebbec8991e99f8beab3aeeab5a2 |
UHC | 五λ쉑韋곮굢 | 111001111110100110100101111010111011110110100111111010101101111110000001111010001000001010001001 | e7e9a5ebbda7eadf81e88289 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)