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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | ??癰\ | 0011111100111111111000011001111001011100 | 3f3fe19e5c |
EUC-JP | ??癰\ | 0011111100111111111000011111111001011100 | 3f3fe1fe5c |
UTF-8 | 손섶癰\ | 11101100100001101001000011101100100001001011011011100111100110011011000001011100 | ec8690ec84b6e799b05c |
UHC | 손섶癰\ | 10111100110101011011110010111011111010001011100101011100 | bcd5bcbbe8b95c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)