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 | 庸??暗?? | 1001011101100110001111110011111110001000110000110011111100111111 | 97663f3f88c33f3f |
| EUC-JP | 庸??暗?? | 1100110111000111001111110011111110110000110001010011111100111111 | cdc73f3fb0c53f3f |
| UTF-8 | 庸롫튅暗귣쨮 | 111001011011101010111000111010111010000110101011111011011000101010000101111001101001101010010111111010101011011110100011111011001010100010101110 | e5bab8eba1abed8a85e69a97eab7a3eca8ae |
| UHC | 庸롫튅暗귣쨮 | 111010011011110010001110111010111011100110011010111001001101111010000010111010111010010010001000 | e9bc8eebb99ae4de82eba488 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)