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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 漬?兆?艤? | 100100101101000000111111100100101001101100111111111001000111111000111111 | 92d03f929b3fe47e3f |
| EUC-JP | 漬?兆?艤? | 110001001101001000111111110000111111101100111111111001111101111100111111 | c4d23fc3fb3fe7df3f |
| UTF-8 | 漬렓兆렞艤렋 | 111001101011110010101100111010111010000010010011111001011000010110000110111010111010000010011110111010001000100110100100111010111010000010001011 | e6bcaceba093e58586eba09ee889a4eba08b |
| UHC | 漬렓兆렞艤렋 | 111100101011000010001110101010001111000010111100100011101010111111101011111110101000111010100010 | f2b08ea8f0bc8eafebfa8ea2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)