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 | 111010001001110010001101011000001110100010011100100011010100111101000010 | e89c8d60e89c8d4f42 |
EUC-JP | 陷港陷弘B | 111011111111110010111001110000011110111111111100101110011011000001000010 | effcb9c1effcb9b042 |
UTF-8 | 陷港陷弘B | 11101001100110011011011111100110101110001010111111101001100110011011011111100101101111001001100001000010 | e999b7e6b8afe999b7e5bc9842 |
UHC | 陷港陷弘B | 111110011110100011111001111110111111100111101000111110111111000001000010 | f9e8f9fbf9e8fbf042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)