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 | 濡???ο㎜ | 100101000100011100111111001111110011111110000011110011011000011101101111 | 94473f3f3f83cd876f |
| EUC-JP | 濡???ο? | 1100011110101000001111110011111100111111101001101100111100111111 | c7a83f3f3fa6cf3f |
| UTF-8 | 濡딅죪了ο㎜ | 1110011010111111101000011110101110010100100001011110110010100011101010101110111110100110101110101100111010111111111000111000111010011100 | e6bfa1eb9485eca3aaefa6bacebfe38e9c |
| UHC | 濡딅죪了ο㎜ | 111010111010000110001010111010111010000110000101111010001110011110100101111011111010011110101110 | eba18aeba185e8e7a5efa7ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)