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 | 悅??鳶?? | 1111101010111101001111110011111110010011110011100011111100111111 | fabd3f3f93ce3f3f |
| EUC-JP | ???鳶?? | 00111111001111110011111111000110110100000011111100111111 | 3f3f3fc6d03f3f |
| UTF-8 | 悅덅텤鳶꾤뒄 | 111001101000001010000101111010111000110110000101111011011000010110100100111010011011001110110110111010101011111010100100111010111001001010000100 | e68285eb8d85ed85a4e9b3b6eabea4eb9284 |
| UHC | 悅덅텤鳶꾤뒄 | 111001101110110110001000111010001011011010011001111001101110100110000100111001111000101010000010 | e6ed88e8b699e6e984e78a82 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)