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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 獪瑾瑯獪 | 1110000011010100111000001111010111100000111001011110000011010100 | e0d4e0f5e0e5e0d4 |
EUC-JP | 獪瑾瑯獪 | 1110000011010110111000001111011111100000111001111110000011010110 | e0d6e0f7e0e7e0d6 |
UTF-8 | 獪瑾瑯獪 | 111001111000110110101010111001111001000110111110111001111001000110101111111001111000110110101010 | e78daae791bee791afe78daa |
UHC | 獪瑾瑯獪 | 1111110011101010110100001100100011010101110010111111110011101010 | fcead0c8d5cbfcea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)