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 | ??頂曝や | 0011111100111111100100101011100010010100100110001000001011100010 | 3f3f92b8949882e2 |
EUC-JP | ??頂曝や | 0011111100111111110001001011101011000111111110001010010011100100 | 3f3fc4bac7f8a4e4 |
UTF-8 | ∼룫頂曝や | 111000101000100010111100111010111010001110101011111010011010000010000010111001101001101110011101111000111000001010000100 | e288bceba3abe9a082e69b9de38284 |
UHC | ∼룫頂曝や | 10100001101011011000111110100010111100001010001011111000111011011010101011100100 | a1ad8fa2f0a2f8edaae4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)