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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 悒悒[悒悒[^ | 1001110010100011100111001010001101011011100111001010001110011100101000110101101101011110 | 9ca39ca35b9ca39ca35b5e |
EUC-JP | 悒悒[悒悒[^ | 1101100010100101110110001010010101011011110110001010010111011000101001010101101101011110 | d8a5d8a55bd8a5d8a55b5e |
UTF-8 | 悒悒[悒悒[^ | 111001101000001010010010111001101000001010010010010110111110011010000010100100101110011010000010100100100101101101011110 | e68292e682925be68292e682925b5e |
UHC | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)