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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蛟耶硫 | 111001011000000010010110111010111001011110110000 | e58096eb97b0 |
EUC-JP | 蛟耶硫 | 111010011110000011001100111011011100111010110010 | e9e0ccedceb2 |
UTF-8 | 蛟耶硫 | 111010001001101110011111111010001000000010110110111001111010000110101011 | e89b9fe880b6e7a1ab |
UHC | 蛟耶硫 | 110011101111000111100101101011011101011110111100 | cef1e5add7bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)