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 | 顆ス鬮エ踰В | 11101000111101111011110111101001101010111011010011100110111110101000010001000010 | e8f7bde9abb4e6fa8442 |
EUC-JP | 顆ス鬮エ踰В | 111100001111100110001110101111011111001010101101100011101011010011101100111111001010011110100011 | f0f98ebdf2ad8eb4ecfca7a3 |
UTF-8 | 顆ス鬮エ踰В | 1110100110100001100001101110111110111101101111011110100110101100101011101110111110111101101101001110100010111000101100001101000010010010 | e9a186efbdbde9acaeefbdb4e8b8b0d092 |
UHC | 顆???踰В | 110011101010100000111111001111110011111111101011101100101010110010100011 | cea83f3f3febb2aca3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)