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\ | 001111110110100001011100 | 3f685c |
SJIS-WIN | 摠h\ | 11111010110010100110100001011100 | faca685c |
EUC-JP | 摠h\ | 1000111111000000111001000110100001011100 | 8fc0e4685c |
UTF-8 | 摠h\ | 1110011010010001101000000110100001011100 | e691a0685c |
UHC | 摠h\ | 11110101110001000110100001011100 | f5c4685c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)