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 | ??π??田 | 0011111100111111100000111100111000111111001111111001001101100011 | 3f3f83ce3f3f9363 |
| EUC-JP | ??π??田 | 0011111100111111101001101101000000111111001111111100010111000100 | 3f3fa6d03f3fc5c4 |
| UTF-8 | 렳뤒π혧짜田 | 1110101110100000101100111110101110100100100100101100111110000000111011011001100010100111111011001010011110011100111001111001010010110000 | eba0b3eba492cf80ed98a7eca79ce794b0 |
| UHC | 렳뤒π혧짜田 | 100011101100000010001111110000101010010111110000110000101000111111000010101001011110111110100011 | 8ec08fc2a5f0c28fc2a5efa3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)