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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 駿?駿?B | 10001111011110000011111110001111011110000011111101000010 | 8f783f8f783f42 |
EUC-JP | 駿?駿?B | 10111101110110010011111110111101110110010011111101000010 | bdd93fbdd93f42 |
UTF-8 | 駿됨駿됨B | 11101001101001111011111111101011100100001010100011101001101001111011111111101011100100001010100001000010 | e9a7bfeb90a8e9a7bfeb90a842 |
UHC | 駿됨駿됨B | 111100011110011110110101110010101111000111100111101101011100101001000010 | f1e7b5caf1e7b5ca42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)