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 | ??嫄? | 001111110011111110001111101110101010000100111111 | 3f3f8fbaa13f |
| UTF-8 | 롕롁嫄롅 | 111010111010000110010101111010111010000110000001111001011010101110000100111010111010000110000101 | eba195eba181e5ab84eba185 |
| UHC | 롕롁嫄롅 | 1000111011011001100011101100100011101010101100011000111011001011 | 8ed98ec8eab18ecb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)