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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ??號?^ | 001111110011111111100101011010100011111101011110 | 3f3fe56a3f5e |
EUC-JP | 澔?號?^ | 1000111111001000111011000011111111101001110010110011111101011110 | 8fc8ec3fe9cb3f5e |
UTF-8 | 澔렟號렡^ | 11100110101111101001010011101011101000001001111111101000100110011001111111101011101000001010000101011110 | e6be94eba09fe8999feba0a15e |
UHC | 澔렟號렡^ | 111110111100101110001110101100001111101111011100100011101011001001011110 | fbcb8eb0fbdc8eb25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)