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 | 瑯猜珎 | 111000001110010111100000110010001110000011011101 | e0e5e0c8e0dd |
EUC-JP | 瑯猜珎 | 111000001110011111100000110010101110000011011111 | e0e7e0cae0df |
UTF-8 | 瑯猜珎 | 111001111001000110101111111001111000110010011100111001111000111110001110 | e791afe78c9ce78f8e |
UHC | 瑯猜? | 1101010111001011111000111100010000111111 | d5cbe3c43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)