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 | ?????沮 | 00111111001111110011111100111111001111111001111110011100 | 3f3f3f3f3f9f9c |
| EUC-JP | ?????沮 | 00111111001111110011111100111111001111111101110111111100 | 3f3f3f3f3fddfc |
| UTF-8 | 렱렗솎렱렚沮 | 111010111010000010110001111010111010000010010111111011001000011010001110111010111010000010110001111010111010000010011010111001101011001010101110 | eba0b1eba097ec868eeba0b1eba09ae6b2ae |
| UHC | 렱렗솎렱렚沮 | 100011101011111010001110101011001011110011010100100011101011111010001110101011011110111011000001 | 8ebe8eacbcd48ebe8eadeec1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)