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 | ??m}??m{^ | 001111110011111101101101011111010011111100111111011011010111101101011110 | 3f3f6d7d3f3f6d7b5e |
SJIS-WIN | 湲?m}湲?m{^ | 1001111111010001001111110110110101111101100111111101000100111111011011010111101101011110 | 9fd13f6d7d9fd13f6d7b5e |
EUC-JP | 湲?m}湲?m{^ | 1101111011010011001111110110110101111101110111101101001100111111011011010111101101011110 | ded33f6d7dded33f6d7b5e |
UTF-8 | 湲렰m}湲렰m{^ | 1110011010111001101100101110101110100000101100000110110101111101111001101011100110110010111010111010000010110000011011010111101101011110 | e6b9b2eba0b06d7de6b9b2eba0b06d7b5e |
UHC | 湲렰m}湲렰m{^ | 11101010101110001000111010111101011011010111110111101010101110001000111010111101011011010111101101011110 | eab88ebd6d7deab88ebd6d7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)