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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?忌甕? | 001111111000101011110101111000010101000000111111 | 3f8af5e1503f |
EUC-JP | 邕忌甕邕 | 10001111111000011110110110110100111101111110000110110001100011111110000111101101 | 8fe1edb4f7e1b18fe1ed |
UTF-8 | 邕忌甕邕 | 111010011000001010010101111001011011111110001100111001111001010010010101111010011000001010010101 | e98295e5bf8ce79495e98295 |
UHC | 邕忌甕邕 | 1110100010111011110100001111101111101000101110001110100010111011 | e8bbd0fbe8b8e8bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)