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 | ????vB | 001111110011111100111111001111110111011001000010 | 3f3f3f3f7642 |
SJIS-WIN | 湲?臍?vB | 1001111111010001001111111110010001100000001111110111011001000010 | 9fd13fe4603f7642 |
EUC-JP | 湲?臍?vB | 1101111011010011001111111110011111000001001111110111011001000010 | ded33fe7c13f7642 |
UTF-8 | 湲렣臍큐vB | 1110011010111001101100101110101110100000101000111110100010000111100011011110110110000001100100000111011001000010 | e6b9b2eba0a3e8878ded81907642 |
UHC | 湲렣臍큐vB | 11101010101110001000111010110100111100001011000011000101101001010111011001000010 | eab88eb4f0b0c5a57642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)