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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | ??擘^ | 0011111100111111100111011010010001011110 | 3f3f9da45e |
EUC-JP | 濩?擘^ | 10001111110010011010010000111111110110101010011001011110 | 8fc9a43fdaa65e |
UTF-8 | 濩면擘^ | 11100110101111111010100111101011101010011011010011100110100100111001100001011110 | e6bfa9eba9b4e693985e |
UHC | 濩면擘^ | 11111011110011011011100011101001110110111111101101011110 | fbcdb8e9dbfb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)