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 | çó·Ñå | 111001111111001110110111110100011000110111100101 | e7f3b7d18de5 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | çó?Ñ?å | 1000111110101011101011101000111110101011110100010011111110001111101010101101000000111111100011111010101110101001 | 8fabae8fabd13f8faad03f8faba9 |
UTF-8 | çó·Ñå | 110000111010011111000011101100111100001010110111110000111001000111000010100011011100001110100101 | c3a7c3b3c2b7c391c28dc3a5 |
UHC | ??·??? | 00111111001111111010000110100100001111110011111100111111 | 3f3fa1a43f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)