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 | 璽室 | 111100001010011110001110101000111000111010111010 | f0a78ea38eba |
EUC-JP | ?璽室 | 0011111110111100101001011011110010111100 | 3fbca5bcbc |
UTF-8 | 璽室 | 111011101000000110100110111001111001001010111101111001011010111010100100 | ee81a6e792bde5aea4 |
UHC | ?璽室 | 0011111111011111110111101110001111111000 | 3fdfdee3f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)