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 | 1110000011111010111000011000101101111001111000001111101011100001100010110111100101000010 | e0fae18b79e0fae18b7942 |
EUC-JP | 瓏瘠y瓏瘠yB | 1110000011111100111000011110101101111001111000001111110011100001111010110111100101000010 | e0fce1eb79e0fce1eb7942 |
UTF-8 | 瓏瘠y瓏瘠yB | 111001111001001110001111111001111001100010100000011110011110011110010011100011111110011110011000101000000111100101000010 | e7938fe798a079e7938fe798a07942 |
UHC | 瓏瘠y瓏瘠yB | 1101011011101010111101001011000001111001110101101110101011110100101100000111100101000010 | d6eaf4b079d6eaf4b07942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)