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 | 濠滔濠滔^ | 100011011000101010011111111010111000110110001010100111111110101101011110 | 8d8a9feb8d8a9feb5e |
EUC-JP | 濠滔濠滔^ | 101110011110101011011110111011011011100111101010110111101110110101011110 | b9eadeedb9eadeed5e |
UTF-8 | 濠滔濠滔^ | 11100110101111111010000011100110101110111001010011100110101111111010000011100110101110111001010001011110 | e6bfa0e6bb94e6bfa0e6bb945e |
UHC | 濠滔濠滔^ | 111110111100110011010100101001011111101111001100110101001010010101011110 | fbccd4a5fbccd4a55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)