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 | éóçZéóçZB | 111010011111001111100111010110101110100111110011111001110101101001000010 | e9f3e75ae9f3e75a42 |
SJIS-WIN | ???Z???ZB | 001111110011111100111111010110100011111100111111001111110101101001000010 | 3f3f3f5a3f3f3f5a42 |
EUC-JP | éóçZéóçZB | 100011111010101110110001100011111010101111010001100011111010101110101110010110101000111110101011101100011000111110101011110100011000111110101011101011100101101001000010 | 8fabb18fabd18fabae5a8fabb18fabd18fabae5a42 |
UTF-8 | éóçZéóçZB | 110000111010100111000011101100111100001110100111010110101100001110101001110000111011001111000011101001110101101001000010 | c3a9c3b3c3a75ac3a9c3b3c3a75a42 |
UHC | ???Z???ZB | 001111110011111100111111010110100011111100111111001111110101101001000010 | 3f3f3f5a3f3f3f5a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)