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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 汝??也? | 10010011111100000011111100111111100101101110011100111111 | 93f03f3f96e73f |
| EUC-JP | 汝??也? | 11000110111100100011111100111111110011001110100100111111 | c6f23f3fcce93f |
| UTF-8 | 汝뺞돂也뷓 | 111001101011000110011101111010111011101010011110111010111000111110000010111001001011100110011111111010111011011110010011 | e6b19debba9eeb8f82e4b99febb793 |
| UHC | 汝뺞돂也뷓 | 11100110101000111001010111100110100010011001010111100101101001011001010101000010 | e6a395e68995e5a59542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)