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 | ???@h | 0011111100111111001111110100000001101000 | 3f3f3f4068 |
SJIS-WIN | 菽鮮錞@h | 1110010011000001100100010100111011111011110110110100000001101000 | e4c1914efbdb4068 |
EUC-JP | 菽鮮錞@h | 111010001100001111000001101011111000111111100100110111000100000001101000 | e8c3c1af8fe4dc4068 |
UTF-8 | 菽鮮錞@h | 1110100010001111101111011110100110101110101011101110100110001100100111100100000001101000 | e88fbde9aeaee98c9e4068 |
UHC | 菽鮮錞@h | 1110001011011101111000001101100011100010111101100100000001101000 | e2dde0d8e2f64068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)