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 | ???????Z | 0011111100111111001111110011111100111111001111110011111101011010 | 3f3f3f3f3f3f3f5a |
| SJIS-WIN | ???????Z | 0011111100111111001111110011111100111111001111110011111101011010 | 3f3f3f3f3f3f3f5a |
| EUC-JP | ???????Z | 0011111100111111001111110011111100111111001111110011111101011010 | 3f3f3f3f3f3f3f5a |
| UTF-8 | 렺챈렺첵렺쩡렖Z | 11101011101000001011101011101100101100011000100011101011101000001011101011101100101100101011010111101011101000001011101011101100101010011010000111101011101000001001011001011010 | eba0baecb188eba0baecb2b5eba0baeca9a1eba0965a |
| UHC | 렺챈렺첵렺쩡렖Z | 100011101100001011000011101001101000111011000010110000111011110110001110110000101100001011000100100011101010101101011010 | 8ec2c3a68ec2c3bd8ec2c2c48eab5a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)