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 | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | 迯ク逞僉h | 1110011110001101101110001110011110010111100110010100000001101000 | e78db8e797994068 |
EUC-JP | 迯ク逞僉h | 111011011110110110001110101110001110110111110111110100011010000101101000 | eded8eb8edf7d1a168 |
UTF-8 | 迯ク逞僉h | 11101000101111111010111111101111101111011011100011101001100000001001111011100101100000111000100101101000 | e8bfafefbdb8e9809ee5838968 |
UHC | ??逞僉h | 00111111001111111101011011000001111101001101001001101000 | 3f3fd6c1f4d268 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)