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 | ン | 1101110111110101110111011111010101011110 | ddf5ddf55e |
EUC-JP | ン?? | 10001110110111010011111100111111 | 8edd3f3f |
UTF-8 | ン | 111011111011111010011101111011101001000110001000111011101000111110001010 | efbe9dee9188ee8f8a |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)