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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | キコ消 | 10110111101110101000111111000001 | b7ba8fc1 |
EUC-JP | キコ消 | 100011101011011110001110101110101011111011000011 | 8eb78ebabec3 |
UTF-8 | キコ消 | 111011111011110110110111111011111011110110111010111001101011011010001000 | efbdb7efbdbae6b688 |
UHC | ??消 | 00111111001111111110000110111100 | 3f3fe1bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)