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 | ??????_ | 00111111001111110011111100111111001111110011111101011111 | 3f3f3f3f3f3f5f |
| SJIS-WIN | 渦???o?_ | 100010010101000100111111001111110011111110000010100011110011111101011111 | 89513f3f3f828f3f5f |
| EUC-JP | 渦??饔o?_ | 1011000110110010001111110011111110001111111010001110111110100011111011110011111101011111 | b1b23f3f8fe8efa3ef3f5f |
| UTF-8 | 渦뤄슉饔o슨_ | 11100110101110001010011011101011101001001000010011101100100010101000100111101001101001011001010011101111101111011000111111101100100010101010100001011111 | e6b8a6eba484ec8a89e9a594efbd8fec8aa85f |
| UHC | 渦뤄슉饔o슨_ | 11101000101111101011011111101111101111011011010111101000101111011010001111101111101111011011110001011111 | e8beb7efbdb5e8bda3efbdbc5f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)