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 | 贈村促 | 100100011010000110010001101110101001000110100011 | 91a191ba91a3 |
EUC-JP | 贈村促 | 110000101010001111000010101111001100001010100101 | c2a3c2bcc2a5 |
UTF-8 | 贈村促 | 111010001011010010001000111001101001110110010001111001001011111110000011 | e8b488e69d91e4bf83 |
UHC | 贈村促 | 111100011111110011110101101111011111010110110101 | f1fcf5bdf5b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)