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 | ??????n | 00111111001111110011111100111111001111110011111101101110 | 3f3f3f3f3f3f6e |
| SJIS-WIN | 製???轅?n | 100100001011101100111111001111110011111111100111011101100011111101101110 | 90bb3f3f3fe7763f6e |
| EUC-JP | 製???轅?n | 110000001011110100111111001111110011111111101101110101110011111101101110 | c0bd3f3f3fedd73f6e |
| UTF-8 | 製렩罹렗轅렋n | 11101000101000111011110111101011101000001010100111101111101001111010011011101011101000001001011111101000101111011000010111101011101000001000101101101110 | e8a3bdeba0a9efa7a6eba097e8bd85eba08b6e |
| UHC | 製렩罹렗轅렋n | 11110000101100101000111010110111111011001011101010001110101011001110101010111111100011101010001001101110 | f0b28eb7ecba8eaceabf8ea26e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)