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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
| SJIS-WIN | ???節??? | 0011111100111111001111111001000011011111001111110011111100111111 | 3f3f3f90df3f3f3f |
| EUC-JP | ???節??? | 0011111100111111001111111100000011100001001111110011111100111111 | 3f3f3fc0e13f3f3f |
| UTF-8 | 黎곹쓲節뤷칰溜 | 111011111010011010001001111010101011001110111001111011001001001110110010111001111010111110000000111010111010010010110111111011001011100110110000111011111010011110001011 | efa689eab3b9ec93b2e7af80eba4b7ecb9b0efa78b |
| UHC | 黎곹쓲節뤷칰溜 | 1110011010110001100000011110110110011101100100001110111110111101100011111110010110101111100000111110101011111110 | e6b181ed9d90efbd8fe5af83eafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)