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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| EUC-JP | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| UTF-8 | 멽딁읦롻 | 111010111010100110111101111010111001010010000001111011001001110110100110111010111010000110111011 | eba9bdeb9481ec9da6eba1bb |
| UHC | 멽딁읦롻 | 1001000101101010100010101110011110011111110011101000111011110110 | 916a8ae79fce8ef6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)