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 | ?[?[^ | 0011111101011011001111110101101101011110 | 3f5b3f5b5e |
SJIS-WIN | 嚆[嚆[^ | 10011010100001010101101110011010100001010101101101011110 | 9a855b9a855b5e |
EUC-JP | 嚆[嚆[^ | 11010011111001010101101111010011111001010101101101011110 | d3e55bd3e55b5e |
UTF-8 | 嚆[嚆[^ | 111001011001101010000110010110111110010110011010100001100101101101011110 | e59a865be59a865b5e |
UHC | 嚆[嚆[^ | 11111100111101110101101111111100111101110101101101011110 | fcf75bfcf75b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)