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 | 驗るキケ縲 | 1110100110000100100000101110100110110111101110011110001110000000 | e98482e9b7b9e380 |
EUC-JP | 驗るキケ縲 | 11110001111001001010010011101011100011101011011110001110101110011110010111100000 | f1e4a4eb8eb78eb9e5e0 |
UTF-8 | 驗るキケ縲 | 111010011010100110010111111000111000001010001011111011111011110110110111111011111011110110111001111001111011100010110010 | e9a997e3828befbdb7efbdb9e7b8b2 |
UHC | 驗る??? | 11111010110100001010101011101011001111110011111100111111 | fad0aaeb3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)