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 | ??? | 00111111001111111010110100111111 | 3f3fad3f |
SJIS-WIN | 永??幽 | 100010010110100100111111001111111001011101001000 | 89693f3f9748 |
EUC-JP | 永??幽 | 101100011100101000111111001111111100110110101001 | b1ca3f3fcda9 |
UTF-8 | 永띕幽 | 1110011010110000101110001110101110011101100101011100001010101101111001011011100110111101 | e6b0b8eb9d95c2ade5b9bd |
UHC | 永띕幽 | 1110011110110101101101101110101110100001101010011110101011101011 | e7b5b6eba1a9eaeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)