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 | 001111110011111100111111100010111011000001000010 | 3f3f3f8bb042 |
EUC-JP | ???恐B | 001111110011111100111111101101101011001001000010 | 3f3f3fb6b242 |
UTF-8 | 溜삠뀛恐B | 11101111101001111000101111101100100000101010000011101011100000001001101111100110100000011001000001000010 | efa78bec82a0eb809be6819042 |
UHC | 溜삠뀛恐B | 111010101111111010111011111000111000010110010100110011011111000001000010 | eafebbe38594cdf042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)