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 | 底籠? | 1001001011101010111000101100010000111111 | 92eae2c43f |
EUC-JP | 底籠? | 1100010011101100111001001100011000111111 | c4ece4c63f |
UTF-8 | 底籠렟 | 111001011011101010010101111001111011000110100000111010111010000010011111 | e5ba95e7b1a0eba09f |
UHC | 底籠렟 | 111011101011110011010110111010111000111010110000 | eebcd6eb8eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)