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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 蒿暦スャB | 11100100111001001001011111101111101111011010110001000010 | e4e497efbdac42 |
EUC-JP | 蒿暦スャB | 111010001110011011001110111100011000111010111101100011101010110001000010 | e8e6cef18ebd8eac42 |
UTF-8 | 蒿暦スャB | 11101000100100101011111111100110100110101010011011101111101111011011110111101111101111011010110001000010 | e892bfe69aa6efbdbdefbdac42 |
UHC | 蒿???B | 111110111101101000111111001111110011111101000010 | fbda3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)