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 | ??H | 001111110011111101001000 | 3f3f48 |
SJIS-WIN | 郵?H | 10010111010110000011111101001000 | 97583f48 |
EUC-JP | 郵?H | 11001101101110010011111101001000 | cdb93f48 |
UTF-8 | 郵렩H | 11101001100000111011010111101011101000001010100101001000 | e983b5eba0a948 |
UHC | 郵렩H | 1110100111101000100011101011011101001000 | e9e88eb748 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)