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 | 霑「螳育カ | 1110100010111111101000101110010110101110100010001110011110110110 | e8bfa2e5ae88e7b6 |
EUC-JP | 霑「螳育カ | 11110000110000011000111010100010111010101011000010110000111010011000111010110110 | f0c18ea2eab0b0e98eb6 |
UTF-8 | 霑「螳育カ | 111010011001110010010001111011111011110110100010111010001001111010110011111010001000001010110010111011111011110110110110 | e99c91efbda2e89eb3e882b2efbdb6 |
UHC | 霑?螳育? | 1110111111000101001111111101001111011001111010111100000000111111 | efc53fd3d9ebc03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)