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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 霑「螳育カセ | 111010001011111110100010111001011010111010001000111001111011011010111110 | e8bfa2e5ae88e7b6be |
EUC-JP | 霑「螳育カセ | 111100001100000110001110101000101110101010110000101100001110100110001110101101101000111010111110 | f0c18ea2eab0b0e98eb68ebe |
UTF-8 | 霑「螳育カセ | 111010011001110010010001111011111011110110100010111010001001111010110011111010001000001010110010111011111011110110110110111011111011110110111110 | e99c91efbda2e89eb3e882b2efbdb6efbdbe |
UHC | 霑?螳育?? | 111011111100010100111111110100111101100111101011110000000011111100111111 | efc53fd3d9ebc03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)