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 | 題臀? | 1001000111101000111001000101110000111111 | 91e8e45c3f |
EUC-JP | 題臀? | 1100001011101010111001111011110100111111 | c2eae7bd3f |
UTF-8 | 題臀리 | 111010011010000110001100111010001000011110000000111010111010011010101100 | e9a18ce88780eba6ac |
UHC | 題臀리 | 111100001011100111010100111010111011100010101110 | f0b9d4ebb8ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)