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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 隘槫調諷ィB | 11101000101001011001111011100101100100101011001011100110100001011010100001000010 | e8a59ee592b2e685a842 |
EUC-JP | 隘槫調諷ィB | 1111000010100111110111001110011111000100101101001110101111100101100011101010100001000010 | f0a7dce7c4b4ebe58ea842 |
UTF-8 | 隘槫調諷ィB | 11101001100110101001100011100110101001111010101111101000101010101011111111101000101010111011011111101111101111011010100001000010 | e99a98e6a7abe8aabfe8abb7efbda842 |
UHC | 隘?調諷?B | 111001001111011000111111111100001110000011111001101001000011111101000010 | e4f63ff0e0f9a43f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)