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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 仲龍圓 | 100100101000011110010111101101001001101010100010 | 928797b49aa2 |
EUC-JP | 仲龍圓 | 110000111110011111001110101101101101010010100100 | c3e7ceb6d4a4 |
UTF-8 | 仲龍圓 | 111001001011101110110010111010011011111010001101111001011001110010010011 | e4bbb2e9be8de59c93 |
UHC | 仲龍圓 | 111100011110101011010111101000111110101010101101 | f1ead7a3eaad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)