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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
| SJIS-WIN | 製???悠?^ | 100100001011101100111111001111110011111110010111010010010011111101011110 | 90bb3f3f3f97493f5e |
| EUC-JP | 製???悠?^ | 110000001011110100111111001111110011111111001101101010100011111101011110 | c0bd3f3f3fcdaa3f5e |
| UTF-8 | 製렩罹렗悠굅^ | 11101000101000111011110111101011101000001010100111101111101001111010011011101011101000001001011111100110100000101010000011101010101101011000010101011110 | e8a3bdeba0a9efa7a6eba097e682a0eab5855e |
| UHC | 製렩罹렗悠굅^ | 11110000101100101000111010110111111011001011101010001110101011001110101011101101101100011011000001011110 | f0b28eb7ecba8eaceaedb1b05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)