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 | 拷?拷?^ | 10001101100010010011111110001101100010010011111101011110 | 8d893f8d893f5e |
EUC-JP | 拷?拷?^ | 10111001111010010011111110111001111010010011111101011110 | b9e93fb9e93f5e |
UTF-8 | 拷寮拷寮^ | 11100110100010111011011111101111101001101011110011100110100010111011011111101111101001101011110001011110 | e68bb7efa6bce68bb7efa6bc5e |
UHC | 拷寮拷寮^ | 110011011011100011101000111100001100110110111000111010001111000001011110 | cdb8e8f0cdb8e8f05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)