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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 蛭?蛭?B | 10010101011001110011111110010101011001110011111101000010 | 95673f95673f42 |
EUC-JP | 蛭?蛭?B | 11001001110010000011111111001001110010000011111101000010 | c9c83fc9c83f42 |
UTF-8 | 蛭샷蛭샷B | 11101000100110111010110111101100100000111011011111101000100110111010110111101100100000111011011101000010 | e89badec83b7e89badec83b742 |
UHC | 蛭샷蛭샷B | 111100101111010010111100101001101111001011110100101111001010011001000010 | f2f4bca6f2f4bca642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)