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 | ?|U | 001111110111110001010101 | 3f7c55 |
SJIS-WIN | ?|U | 001111110111110001010101 | 3f7c55 |
EUC-JP | ?|U | 001111110111110001010101 | 3f7c55 |
UTF-8 | 쉃|U | 1110110010001001100000110111110001010101 | ec89837c55 |
UHC | 쉃|U | 10011010010110000111110001010101 | 9a587c55 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)