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 | ??黍???? | 0011111100111111100010110110111100111111001111110011111100111111 | 3f3f8b6f3f3f3f3f |
| EUC-JP | ??黍???? | 0011111100111111101101011101000000111111001111110011111100111111 | 3f3fb5d03f3f3f3f |
| UTF-8 | 렯렍黍렯롈셈석 | 111010111010000010101111111010111010000010001101111010011011101110001101111010111010000010101111111010111010000110001000111011001000010110001000111011001000010010011101 | eba0afeba08de9bb8deba0afeba188ec8588ec849d |
| UHC | 렯렍黍렯롈셈석 | 1000111010111100100011101010001111100000101010001000111010111100100011101100111010111100110000001011110010101110 | 8ebc8ea3e0a88ebc8ecebcc0bcae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)