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 | ??L??L^ | 00111111001111110100110000111111001111110100110001011110 | 3f3f4c3f3f4c5e |
SJIS-WIN | 蝸スL蝸スL^ | 111001011001011110111101010011001110010110010111101111010100110001011110 | e597bd4ce597bd4c5e |
EUC-JP | 蝸スL蝸スL^ | 1110100111110111100011101011110101001100111010011111011110001110101111010100110001011110 | e9f78ebd4ce9f78ebd4c5e |
UTF-8 | 蝸スL蝸スL^ | 111010001001110110111000111011111011110110111101010011001110100010011101101110001110111110111101101111010100110001011110 | e89db8efbdbd4ce89db8efbdbd4c5e |
UHC | 蝸?L蝸?L^ | 111010001100010000111111010011001110100011000100001111110100110001011110 | e8c43f4ce8c43f4c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)