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 | ??疹 | 00111111001111111001000001011101 | 3f3f905d |
EUC-JP | ??疹 | 00111111001111111011111110111110 | 3f3fbfbe |
UTF-8 | 롖롇疹 | 111010111010000110010110111010111010000110000111111001111001011010111001 | eba196eba187e796b9 |
UHC | 롖롇疹 | 100011101101101010001110110011011111001011010110 | 8eda8ecdf2d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)