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 | 膳洩膳洩^ | 100100010101011010001001011010111001000101010110100010010110101101011110 | 9156896b9156896b5e |
EUC-JP | 膳洩膳洩^ | 110000011011011110110001110011001100000110110111101100011100110001011110 | c1b7b1ccc1b7b1cc5e |
UTF-8 | 膳洩膳洩^ | 11101000100001101011001111100110101101001010100111101000100001101011001111100110101101001010100101011110 | e886b3e6b4a9e886b3e6b4a95e |
UHC | 膳洩膳洩^ | 111000001100111011100000110111011110000011001110111000001101110101011110 | e0cee0dde0cee0dd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)