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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | ?咽遲? | 001111111000100011110100111001111010110100111111 | 3f88f4e7ad3f |
| EUC-JP | ?咽遲? | 001111111011000011110110111011101010111100111111 | 3fb0f6eeaf3f |
| UTF-8 | 앉咽遲렟 | 111011001001010110001001111001011001001010111101111010011000000110110010111010111010000010011111 | ec9589e592bde981b2eba09f |
| UHC | 앉咽遲렟 | 1011111011001001111011001101011011110010110000001000111010110000 | bec9ecd6f2c08eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)