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 | 鬮ア繧岩横 | 111010011010101110110001111000111000001010001010111000101000100110100001 | e9abb1e3828ae289a1 |
EUC-JP | 鬮ア繧岩横 | 11110010101011011000111010110001111001011110001010110100111001001011001010100011 | f2ad8eb1e5e2b4e4b2a3 |
UTF-8 | 鬮ア繧岩横 | 111010011010110010101110111011111011110110110001111001111011100110100111111001011011001010101001111001101010100010101010 | e9acaeefbdb1e7b9a7e5b2a9e6a8aa |
UHC | ???岩? | 001111110011111100111111111001001101101100111111 | 3f3f3fe4db3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)