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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 淹?\ | 10011111101110010011111101011100 | 9fb93f5c |
EUC-JP | 淹?\ | 11011110101110110011111101011100 | debb3f5c |
UTF-8 | 淹쐅\ | 11100110101101111011100111101100100100001000010101011100 | e6b7b9ec90855c |
UHC | 淹쐅\ | 1110010111110100100111000110011101011100 | e5f49c675c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)