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 | ????h\ | 001111110011111100111111001111110110100001011100 | 3f3f3f3f685c |
SJIS-WIN | 湲?臍?h\ | 1001111111010001001111111110010001100000001111110110100001011100 | 9fd13fe4603f685c |
EUC-JP | 湲?臍?h\ | 1101111011010011001111111110011111000001001111110110100001011100 | ded33fe7c13f685c |
UTF-8 | 湲렣臍큇h\ | 1110011010111001101100101110101110100000101000111110100010000111100011011110110110000001100001110110100001011100 | e6b9b2eba0a3e8878ded8187685c |
UHC | 湲렣臍큇h\ | 11101010101110001000111010110100111100001011000011000101101000110110100001011100 | eab88eb4f0b0c5a3685c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)