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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?犀危 | 0011111110001101110100101000101011101011 | 3f8dd28aeb |
EUC-JP | ?犀危 | 0011111110111010110101001011010011101101 | 3fbad4b4ed |
UTF-8 | 짼犀危 | 111011001010011110111100111001111000101010000000111001011000110110110001 | eca7bce78a80e58db1 |
UHC | 짼犀危 | 110000101011001011011111111110011110101011001011 | c2b2dff9eacb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)