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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鉤礼ゥカ | 111001111110101010010111111001111010100110110110 | e7ea97e7a9b6 |
EUC-JP | 鉤礼ゥカ | 1110111011101100110011101110100110001110101010011000111010110110 | eeeccee98ea98eb6 |
UTF-8 | 鉤礼ゥカ | 111010011000100110100100111001111010010010111100111011111011110110101001111011111011110110110110 | e989a4e7a4bcefbda9efbdb6 |
UHC | 鉤??? | 1100111111001001001111110011111100111111 | cfc93f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)