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 | ??g\ | 00111111001111110110011101011100 | 3f3f675c |
SJIS-WIN | 赦縞g\ | 100011101100110110001110110010000110011101011100 | 8ecd8ec8675c |
EUC-JP | 赦縞g\ | 101111001100111110111100110010100110011101011100 | bccfbcca675c |
UTF-8 | 赦縞g\ | 1110100010110101101001101110011110111000100111100110011101011100 | e8b5a6e7b89e675c |
UHC | 赦縞g\ | 110111101111010111111011110101100110011101011100 | def5fbd6675c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)