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 | ??于替窩? | 001111110011111110011000101100001001000111010110111000100111110000111111 | 3f3f98b091d6e27c3f |
| EUC-JP | ??于替窩? | 001111110011111111010000101100101100001011011000111000111101110100111111 | 3f3fd0b2c2d8e3dd3f |
| UTF-8 | 뤗秊于替窩咽 | 111010111010010010010111111011111010011010010101111001001011101010001110111001101001101110111111111001111010101010101001111011111010011010011110 | eba497efa695e4ba8ee69bbfe7aaa9efa69e |
| UHC | 뤗秊于替窩咽 | 100011111100011111100110110111001110100111001101111101001111000011101000110000001110011011101100 | 8fc7e6dce9cdf4f0e8c0e6ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)