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 | 100011101100101010001110101100111000111011001010100011101011001101000010 | 8eca8eb38eca8eb342 |
EUC-JP | 写宍写宍B | 101111001100110010111100101101011011110011001100101111001011010101000010 | bcccbcb5bcccbcb542 |
UTF-8 | 写宍写宍B | 11100101100001101001100111100101101011101000110111100101100001101001100111100101101011101000110101000010 | e58699e5ae8de58699e5ae8d42 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)