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 | ?????^SB | 0011111100111111001111110011111100111111010111100101001101000010 | 3f3f3f3f3f5e5342 |
SJIS-WIN | 鳶??言?^SB | 10010011110011100011111100111111100011001011111000111111010111100101001101000010 | 93ce3f3f8cbe3f5e5342 |
EUC-JP | 鳶??言?^SB | 11000110110100000011111100111111101110001100000000111111010111100101001101000010 | c6d03f3fb8c03f5e5342 |
UTF-8 | 鳶멩뿦言덬^SB | 111010011011001110110110111010111010100110101001111010111011111110100110111010001010100010000000111010111000110110101100010111100101001101000010 | e9b3b6eba9a9ebbfa6e8a880eb8dac5e5342 |
UHC | 鳶멩뿦言덬^SB | 11100110111010011011100011100110100101111010011011100101111010111000100101000100010111100101001101000010 | e6e9b8e697a6e5eb89445e5342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)