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 | 悋悋[悋悋[^ | 1001110010100101100111001010010101011011100111001010010110011100101001010101101101011110 | 9ca59ca55b9ca59ca55b5e |
EUC-JP | 悋悋[悋悋[^ | 1101100010100111110110001010011101011011110110001010011111011000101001110101101101011110 | d8a7d8a75bd8a7d8a75b5e |
UTF-8 | 悋悋[悋悋[^ | 111001101000001010001011111001101000001010001011010110111110011010000010100010111110011010000010100010110101101101011110 | e6828be6828b5be6828be6828b5b5e |
UHC | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)