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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 闡ッ魃幄宛 | 111010001001000110101111111010011010111110011011111010001000100010110110 | e891afe9af9be888b6 |
EUC-JP | 闡ッ魃幄宛 | 11101111111100011000111010101111111100101011000111010110111010101011000010111000 | eff18eaff2b1d6eab0b8 |
UTF-8 | 闡ッ魃幄宛 | 111010011001011110100001111011111011110110101111111010011010110110000011111001011011100110000100111001011010111010011011 | e997a1efbdafe9ad83e5b984e5ae9b |
UHC | 闡?魃幄宛 | 111101001100010100111111110110111010011011100100110000011110100011001000 | f4c53fdba6e4c1e8c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)