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 | ???LB | 0011111100111111001111110100110001000010 | 3f3f3f4c42 |
SJIS-WIN | 倭∽?LB | 10011000011000001000000111100100001111110100110001000010 | 986081e43f4c42 |
EUC-JP | 倭∽?LB | 11001111110000011010001011100110001111110100110001000010 | cfc1a2e63f4c42 |
UTF-8 | 倭∽쉥LB | 1110010110000000101011011110001010001000101111011110110010001001101001010100110001000010 | e580ade288bdec89a54c42 |
UHC | 倭∽쉥LB | 1110100011011110101000011110111110111101101010110100110001000010 | e8dea1efbdab4c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)