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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ?蝟??蝟?^ | 001111111110010110010110001111110011111111100101100101100011111101011110 | 3fe5963f3fe5963f5e |
EUC-JP | ?蝟??蝟?^ | 001111111110100111110110001111110011111111101001111101100011111101011110 | 3fe9f63f3fe9f63f5e |
UTF-8 | 롐蝟렜롐蝟렜^ | 11101011101000011001000011101000100111011001111111101011101000001001110011101011101000011001000011101000100111011001111111101011101000001001110001011110 | eba190e89d9feba09ceba190e89d9feba09c5e |
UHC | 롐蝟렜롐蝟렜^ | 10001110110101101110101011011010100011101010111010001110110101101110101011011010100011101010111001011110 | 8ed6eada8eae8ed6eada8eae5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)