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 | 鈺嫉「螽コ | 11111011110001001000111010111001111100011110000110100010111001011010100010111010 | fbc48eb9f1e1a2e5a8ba |
EUC-JP | 鈺嫉?「螽コ | 100011111110001111010101101111001011101100111111100011101010001011101010101010101000111010111010 | 8fe3d5bcbb3f8ea2eaaa8eba |
UTF-8 | 鈺嫉「螽コ | 111010011000100010111010111001011010101110001001111011101000010110011100111011111011110110100010111010001001111010111101111011111011110110111010 | e988bae5ab89ee859cefbda2e89ebdefbdba |
UHC | 鈺嫉???? | 1110100010101101111100101110110000111111001111110011111100111111 | e8adf2ec3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)