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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 嶸芳嶸蓬 | 1111101010110100100101100100011011111010101101001001011001001000 | fab49646fab49648 |
EUC-JP | 嶸芳嶸蓬 | 10001111101110111111010011001011101001111000111110111011111101001100101110101001 | 8fbbf4cba78fbbf4cba9 |
UTF-8 | 嶸芳嶸蓬 | 111001011011011010111000111010001000101010110011111001011011011010111000111010001001001110101100 | e5b6b8e88ab3e5b6b8e893ac |
UHC | 嶸芳嶸蓬 | 1110011110101110110110111011101111100111101011101101110011101111 | e7aedbbbe7aedcef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)