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 | ?膊?粕^ | 00111111111001000100110100111111100101001001010001011110 | 3fe44d3f94945e |
EUC-JP | ?膊?粕^ | 00111111111001111010111000111111110001111111010001011110 | 3fe7ae3fc7f45e |
UTF-8 | 뤶膊뤶粕^ | 11101011101001001011011011101000100001101000101011101011101001001011011011100111101100101001010101011110 | eba4b6e8868aeba4b6e7b2955e |
UHC | 뤶膊뤶粕^ | 100011111110010011011010110110111000111111100100110110101101100101011110 | 8fe4dadb8fe4dad95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)