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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 驗呈ァォ邇 | 1110100110000100100100101110011010100111101010111110011110001110 | e98492e6a7abe78e |
EUC-JP | 驗呈ァォ邇 | 11110001111001001100010011101000100011101010011110001110101010111110110111101110 | f1e4c4e88ea78eabedee |
UTF-8 | 驗呈ァォ邇 | 111010011010100110010111111001011001000110001000111011111011110110100111111011111011110110101011111010011000001010000111 | e9a997e59188efbda7efbdabe98287 |
UHC | 驗呈??邇 | 1111101011010000111011111101000000111111001111111110110011000100 | fad0efd03f3fecc4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)