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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 臣?? | 10010000011000100011111100111111 | 90623f3f |
EUC-JP | 臣?? | 10111111110000110011111100111111 | bfc33f3f |
UTF-8 | 臣귙깴 | 111010001000011110100011111010101011011110011001111010101011100110110100 | e887a3eab799eab9b4 |
UHC | 臣귙깴 | 111000111110110110000010111000111000001110100010 | e3ed82e383a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)