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 | 騾題ぜ | 111010011000000010010001111010001000001010111010 | e98091e882ba |
EUC-JP | 騾題ぜ | 111100011110000011000010111010101010010010111100 | f1e0c2eaa4bc |
UTF-8 | 騾題ぜ | 111010011010100010111110111010011010000110001100111000111000000110011100 | e9a8bee9a18ce3819c |
UHC | ?題ぜ | 0011111111110000101110011010101010111100 | 3ff0b9aabc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)