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 | 逕守箔 | 111001111001010010001110111001111001010010010011 | e7948ee79493 |
EUC-JP | 逕守箔 | 111011011111010010111100111010011100011111110011 | edf4bce9c7f3 |
UTF-8 | 逕守箔 | 111010011000000010010101111001011010111010001000111001111010111010010100 | e98095e5ae88e7ae94 |
UHC | 逕守箔 | 110011001110111111100001111110101101101011011000 | ccefe1fadad8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)