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 | 縣璽? | 1110001101110000100011101010001100111111 | e3708ea33f |
EUC-JP | 縣璽灝 | 11100101110100011011110010100101100011111100100110111111 | e5d1bca58fc9bf |
UTF-8 | 縣璽灝 | 111001111011100010100011111001111001001010111101111001111000000110011101 | e7b8a3e792bde7819d |
UHC | 縣璽灝 | 111110101110001111011111110111101111101111001110 | fae3dfdefbce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)