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 | 宿術峵 | 100011110110100010001111011100001111101010101110 | 8f688f70faae |
EUC-JP | 宿術? | 1011110111001001101111011101000100111111 | bdc9bdd13f |
UTF-8 | 宿術峵 | 111001011010111010111111111010001010000110010011111001011011001110110101 | e5aebfe8a193e5b3b5 |
UHC | 宿術? | 1110001011010110111000101111101000111111 | e2d6e2fa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)