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 | 錚??智 | 111010000100001000111111001111111001001001110001 | e8423f3f9271 |
| EUC-JP | 錚??智 | 111011111010001100111111001111111100001111010010 | efa33f3fc3d2 |
| UTF-8 | 錚ㅴ邏智 | 111010011000110010011010111000111000010110110100111011111010010010010011111001101001100110111010 | e98c9ae385b4efa493e699ba |
| UHC | 錚ㅴ邏智 | 1110111010110110101001001110010011010001111000001111001010101010 | eeb6a4e4d1e0f2aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)