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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蟄ゥ讖苦 | 11100101101011011010100111100110101010011000101111101010 | e5ada9e6a98bea |
EUC-JP | 蟄ゥ讖苦 | 1110101010101111100011101010100111101100101010111011011011101100 | eaaf8ea9ecabb6ec |
UTF-8 | 蟄ゥ讖苦 | 111010001001111110000100111011111011110110101001111010001010111010010110111010001000101110100110 | e89f84efbda9e8ae96e88ba6 |
UHC | 蟄?讖苦 | 11110110110111100011111111110011110110011100110111001000 | f6de3ff3d9cdc8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)