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 | 癲???壤 | 11100001100111110011111100111111001111111001101011011111 | e19f3f3f3f9adf |
EUC-JP | 癲???壤 | 11100010101000010011111100111111001111111101010011100001 | e2a13f3f3fd4e1 |
UTF-8 | 癲딅끂짯壤 | 111001111001100110110010111010111001010010000101111010111000000110000010111011001010011110101111111001011010001110100100 | e799b2eb9485eb8182eca7afe5a3a4 |
UHC | 癲딅끂짯壤 | 11101111101001101000101011101011100001011011100011000010101011011110010110111101 | efa68aeb85b8c2ade5bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)