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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
| SJIS-WIN | ?約燎鴨?B | 001111111001011011110001111000001001100110001010100110110011111101000010 | 3f96f1e0998a9b3f42 |
| EUC-JP | ?約燎鴨?B | 001111111100110011110011110111111111100110110011111110110011111101000010 | 3fccf3dff9b3fb3f42 |
| UTF-8 | 뤙約燎鴨네B | 11101011101001001001100111100111101101001000010011100111100001111000111011101001101101001010100011101011100001001010010001000010 | eba499e7b484e7878ee9b4a8eb84a442 |
| UHC | 뤙約燎鴨네B | 1000111111001000111001011011001111010110111110101110010011100101101100111101011101000010 | 8fc8e5b3d6fae4e5b3d742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)