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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | ?潁B | 00111111100111111111000101000010 | 3f9ff142 |
EUC-JP | ?潁B | 00111111110111101111001101000010 | 3fdef342 |
UTF-8 | 돑潁B | 11101011100011111001000111100110101111011000000101000010 | eb8f91e6bd8142 |
UHC | 돑潁B | 1000100110011101111001111011100001000010 | 899de7b842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)