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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 終竟g | 100011110100100111101000111011011000001010000111 | 8f49e8ed8287 |
EUC-JP | 終竟g | 101111011010101011110000111011111010001111100111 | bdaaf0efa3e7 |
UTF-8 | 終竟g | 111001111011010110000010111001111010101110011111111011111011110110000111 | e7b582e7ab9fefbd87 |
UHC | 終竟g | 111100001111101111001100111001011010001111100111 | f0fbcce5a3e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)