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 | ??????E | 00111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f45 |
SJIS-WIN | 涅??涅??E | 100111111011100000111111001111111001111110111000001111110011111101000101 | 9fb83f3f9fb83f3f45 |
EUC-JP | 涅??涅??E | 110111101011101000111111001111111101111010111010001111110011111101000101 | deba3f3fdeba3f3f45 |
UTF-8 | 涅곗엣涅곗엮E | 11100110101101101000010111101010101100111001011111101100100101111010001111100110101101101000010111101010101100111001011111101100100101111010111001000101 | e6b685eab397ec97a3e6b685eab397ec97ae45 |
UHC | 涅곗엣涅곗엮E | 11100110111011101011000011101100101111111010011111100110111011101011000011101100101111111010101101000101 | e6eeb0ecbfa7e6eeb0ecbfab45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)