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 | ?????_B | 00111111001111110011111100111111001111110101111101000010 | 3f3f3f3f3f5f42 |
SJIS-WIN | 鳶??言?_B | 100100111100111000111111001111111000110010111110001111110101111101000010 | 93ce3f3f8cbe3f5f42 |
EUC-JP | 鳶??言?_B | 110001101101000000111111001111111011100011000000001111110101111101000010 | c6d03f3fb8c03f5f42 |
UTF-8 | 鳶멩뿦言덨_B | 1110100110110011101101101110101110101001101010011110101110111111101001101110100010101000100000001110101110001101101010000101111101000010 | e9b3b6eba9a9ebbfa6e8a880eb8da85f42 |
UHC | 鳶멩뿦言덨_B | 111001101110100110111000111001101001011110100110111001011110101110001001010000100101111101000010 | e6e9b8e697a6e5eb89425f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)