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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?楡?楡^ | 00111111100111101011111000111111100111101011111001011110 | 3f9ebe3f9ebe5e |
EUC-JP | ?楡?楡^ | 00111111110111001100000000111111110111001100000001011110 | 3fdcc03fdcc05e |
UTF-8 | 접楡접楡^ | 11101100101000001001000111100110101001011010000111101100101000001001000111100110101001011010000101011110 | eca091e6a5a1eca091e6a5a15e |
UHC | 접楡접楡^ | 110000011010001011101010111110001100000110100010111010101111100001011110 | c1a2eaf8c1a2eaf85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)