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 | 拙霽惺 | 100100001101100111101000110001111001110010110111 | 90d9e8c79cb7 |
EUC-JP | 拙霽惺 | 110000001101101111110000110010011101100010111001 | c0dbf0c9d8b9 |
UTF-8 | 拙霽惺 | 111001101000101110011001111010011001110010111101111001101000001110111010 | e68b99e99cbde683ba |
UHC | 拙霽惺 | 111100001111000011110000101110001110000011110110 | f0f0f0b8e0f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)