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 | ???U | 00111111001111110011111101010101 | 3f3f3f55 |
SJIS-WIN | 矗U | 11100001110111101111000111011100111101011011110101010101 | e1def1dcf5bd55 |
EUC-JP | 矗??U | 1110001011100000001111110011111101010101 | e2e03f3f55 |
UTF-8 | 矗U | 11100111100111111001011111101110100001011001011111101110100100001010100001010101 | e79f97ee8597ee90a855 |
UHC | 矗??U | 1111010110111000001111110011111101010101 | f5b83f3f55 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)