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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | ??斤??? | 00111111001111111000101111010010001111110011111100111111 | 3f3f8bd23f3f3f |
| EUC-JP | ??斤??? | 00111111001111111011011011010100001111110011111100111111 | 3f3fb6d43f3f3f |
| UTF-8 | 렺旽斤렏렺렲 | 111010111010000010111010111001101001011110111101111001101001011010100100111010111010000010001111111010111010000010111010111010111010000010110010 | eba0bae697bde696a4eba08feba0baeba0b2 |
| UHC | 렺旽斤렏렺렲 | 100011101100001011010100110001011101000011000101100011101010010110001110110000101000111010111111 | 8ec2d4c5d0c58ea58ec28ebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)