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 | 羮碚〆 | 111000111011110011100001111011101000000101011001 | e3bce1ee8159 |
EUC-JP | 羮碚〆 | 111001101011111011100010111100001010000110111010 | e6bee2f0a1ba |
UTF-8 | 羮碚〆 | 111001111011111010101110111001111010001010011010111000111000000010000110 | e7beaee7a29ae38086 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)