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 | ?????BF | 00111111001111110011111100111111001111110100001001000110 | 3f3f3f3f3f4246 |
SJIS-WIN | 罌??唯?BF | 111000111010000000111111001111111001011101000010001111110100001001000110 | e3a03f3f97423f4246 |
EUC-JP | 罌??唯?BF | 111001101010001000111111001111111100110110100011001111110100001001000110 | e6a23f3fcda33f4246 |
UTF-8 | 罌삳뀥唯늨BF | 1110011110111101100011001110110010000010101100111110101110000000101001011110010110010100101011111110101110001010101010000100001001000110 | e7bd8cec82b3eb80a5e594afeb8aa84246 |
UHC | 罌삳뀥唯늨BF | 111001011010001010111011111010111000010110011100111010101110011010001000011011110100001001000110 | e5a2bbeb859ceae6886f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)