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 | 拙霽惺甕 | 1001000011011001111010001100011110011100101101111110000101010000 | 90d9e8c79cb7e150 |
EUC-JP | 拙霽惺甕 | 1100000011011011111100001100100111011000101110011110000110110001 | c0dbf0c9d8b9e1b1 |
UTF-8 | 拙霽惺甕 | 111001101000101110011001111010011001110010111101111001101000001110111010111001111001010010010101 | e68b99e99cbde683bae79495 |
UHC | 拙霽惺甕 | 1111000011110000111100001011100011100000111101101110100010111000 | f0f0f0b8e0f6e8b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)