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 | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | 偲鴫篠疾h | 100011101100001110001110101100001000111011000010100011101011111001101000 | 8ec38eb08ec28ebe68 |
EUC-JP | 偲鴫篠疾h | 101111001100010110111100101100101011110011000100101111001100000001101000 | bcc5bcb2bcc4bcc068 |
UTF-8 | 偲鴫篠疾h | 11100101100000011011001011101001101101001010101111100111101011111010000011100111100101101011111001101000 | e581b2e9b4abe7afa0e796be68 |
UHC | ??篠疾h | 00111111001111111110000111000110111100101111000001101000 | 3f3fe1c6f2f068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)