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 | ??y??yB | 00111111001111110111100100111111001111110111100101000010 | 3f3f793f3f7942 |
SJIS-WIN | 蹟?y蹟?yB | 100100001101011000111111011110011001000011010110001111110111100101000010 | 90d63f7990d63f7942 |
EUC-JP | 蹟?y蹟?yB | 110000001101100000111111011110011100000011011000001111110111100101000010 | c0d83f79c0d83f7942 |
UTF-8 | 蹟렒y蹟렒yB | 111010001011100110011111111010111010000010010010011110011110100010111001100111111110101110100000100100100111100101000010 | e8b99feba09279e8b99feba0927942 |
UHC | 蹟렒y蹟렒yB | 1110111011100111100011101010011101111001111011101110011110001110101001110111100101000010 | eee78ea779eee78ea77942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)