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 | ???y\ | 0011111100111111001111110111100101011100 | 3f3f3f795c |
SJIS-WIN | ?泥?y\ | 001111111001001101000100001111110111100101011100 | 3f93443f795c |
EUC-JP | ?泥?y\ | 001111111100010110100101001111110111100101011100 | 3fc5a53f795c |
UTF-8 | 룶泥푸y\ | 1110101110100011101101101110011010110011101001011110110110010001101110000111100101011100 | eba3b6e6b3a5ed91b8795c |
UHC | 룶泥푸y\ | 1000111110101011110100101111101011000111101010100111100101011100 | 8fabd2fac7aa795c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)