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 | ?h?f?} | 001111110110100000111111011001100011111101111101 | 3f683f663f7d |
SJIS-WIN | ?h?f?} | 001111110110100000111111011001100011111101111101 | 3f683f663f7d |
EUC-JP | ?h?f?} | 001111110110100000111111011001100011111101111101 | 3f683f663f7d |
UTF-8 | 묯h묯f묯} | 111010111010110010101111011010001110101110101100101011110110011011101011101011001010111101111101 | ebacaf68ebacaf66ebacaf7d |
UHC | 묯h묯f묯} | 100100100100011001101000100100100100011001100110100100100100011001111101 | 92466892466692467d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)