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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?偖甕? | 001111111001100011110101111000010101000000111111 | 3f98f5e1503f |
EUC-JP | 邶偖甕邶 | 10001111111000011111101011010000111101111110000110110001100011111110000111111010 | 8fe1fad0f7e1b18fe1fa |
UTF-8 | 邶偖甕邶 | 111010011000001010110110111001011000000110010110111001111001010010010101111010011000001010110110 | e982b6e58196e79495e982b6 |
UHC | ??甕? | 0011111100111111111010001011100000111111 | 3f3fe8b83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)