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 | ????BF | 001111110011111100111111001111110100001001000110 | 3f3f3f3f4246 |
SJIS-WIN | 醫?池?BF | 1110011111001110001111111001001001110010001111110100001001000110 | e7ce3f92723f4246 |
EUC-JP | 醫?池?BF | 1110111011010000001111111100001111010011001111110100001001000110 | eed03fc3d33f4246 |
UTF-8 | 醫렰池렞BF | 1110100110000110101010111110101110100000101100001110011010110001101000001110101110100000100111100100001001000110 | e986abeba0b0e6b1a0eba09e4246 |
UHC | 醫렰池렞BF | 11101100101000101000111010111101111100101010111010001110101011110100001001000110 | eca28ebdf2ae8eaf4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)