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?_ | 111000010100010000111111001111110011111110000010100011110011111101011111 | e1443f3f3f828f3f5f |
| EUC-JP | 瓮??饔o?_ | 1110000110100101001111110011111110001111111010001110111110100011111011110011111101011111 | e1a53f3f8fe8efa3ef3f5f |
| UTF-8 | 瓮륅슉饔o슨_ | 11100111100100111010111011101011101001011000010111101100100010101000100111101001101001011001010011101111101111011000111111101100100010101010100001011111 | e793aeeba585ec8a89e9a594efbd8fec8aa85f |
| UHC | 瓮륅슉饔o슨_ | 11101000101101111000111111101111101111011011010111101000101111011010001111101111101111011011110001011111 | e8b78fefbdb5e8bda3efbdbc5f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)