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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鉤ォ邇 | 1110011111101010101010111110011110001110 | e7eaabe78e |
EUC-JP | 鉤ォ邇 | 111011101110110010001110101010111110110111101110 | eeec8eabedee |
UTF-8 | 鉤ォ邇 | 111010011000100110100100111011111011110110101011111010011000001010000111 | e989a4efbdabe98287 |
UHC | 鉤?邇 | 1100111111001001001111111110110011000100 | cfc93fecc4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)