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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ⅲ爾渼「跂 | 111110100100001010001110101000101111101101001001101000101110011011100011 | fa428ea2fb49a2e6e3 |
EUC-JP | ?爾渼「跂 | 00111111101111001010010010001111110001111111000010001110101000101110110011100101 | 3fbca48fc7f08ea2ece5 |
UTF-8 | ⅲ爾渼「跂 | 111000101000010110110010111001111000100010111110111001101011100010111100111011111011110110100010111010001011011110000010 | e285b2e788bee6b8bcefbda2e8b782 |
UHC | ⅲ爾渼?? | 1010010110100011111011001011001111011010101101000011111100111111 | a5a3ecb3dab43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)