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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | ??耘鈺 | 001111110011111111100011110011111111101111000100 | 3f3fe3cffbc4 |
| EUC-JP | ??耘鈺 | 00111111001111111110011011010001100011111110001111010101 | 3f3fe6d18fe3d5 |
| UTF-8 | 왲뼂耘鈺 | 111011001001100110110010111010111011110010000010111010001000000010011000111010011000100010111010 | ec99b2ebbc82e88098e988ba |
| UHC | 왲뼂耘鈺 | 1001111011011000100101101000110011101001111111001110100010101101 | 9ed8968ce9fce8ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)