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 | ???H | 00111111001111110011111101001000 | 3f3f3f48 |
SJIS-WIN | 覈後嵯H | 11100110010010011000110011100011100011011011010101001000 | e6498ce38db548 |
EUC-JP | 覈後嵯H | 11101011101010101011100011100101101110101011011101001000 | ebaab8e5bab748 |
UTF-8 | 覈後嵯H | 11101000101001101000100011100101101111101000110011100101101101011010111101001000 | e8a688e5be8ce5b5af48 |
UHC | ?後嵯H | 001111111111110110101101111100111010101101001000 | 3ffdadf3ab48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)