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 | »óì°K | 100011111011101111110011111011001011000001001011 | 8fbbf3ecb04b |
SJIS-WIN | ????°K | 00111111001111110011111100111111100000011000101101001011 | 3f3f3f3f818b4b |
EUC-JP | ??óì°K | 0011111100111111100011111010101111010001100011111010101111000000101000011110101101001011 | 3f3f8fabd18fabc0a1eb4b |
UTF-8 | »óì°K | 1100001010001111110000101011101111000011101100111100001110101100110000101011000001001011 | c28fc2bbc3b3c3acc2b04b |
UHC | ????°K | 00111111001111110011111100111111101000011100011001001011 | 3f3f3f3fa1c64b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)