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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | :,^ | 1000000101000110100000010100001101011110 | 814681435e |
EUC-JP | :,^ | 1010000110100111101000011010010001011110 | a1a7a1a45e |
UTF-8 | :,^ | 11101111101111001001101011101111101111001000110001011110 | efbc9aefbc8c5e |
UHC | :,^ | 1010001110111010101000111010110001011110 | a3baa3ac5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)