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 | ?畸???? | 00111111111000010110001000111111001111110011111100111111 | 3fe1623f3f3f3f |
| EUC-JP | ?畸???? | 00111111111000011100001100111111001111110011111100111111 | 3fe1c33f3f3f3f |
| UTF-8 | 렺畸렻렔렺렗 | 111010111010000010111010111001111001010110111000111010111010000010111011111010111010000010010100111010111010000010111010111010111010000010010111 | eba0bae795b8eba0bbeba094eba0baeba097 |
| UHC | 렺畸렻렔렺렗 | 100011101100001011010001101100011000111011000011100011101010100110001110110000101000111010101100 | 8ec2d1b18ec38ea98ec28eac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)