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 | 彧蓑? | 1111101010111001100101101010101000111111 | fab996aa3f |
EUC-JP | 彧蓑? | 100011111011110011111110110011001010110000111111 | 8fbcfeccac3f |
UTF-8 | 彧蓑句 | 111001011011110110100111111010001001001110010001111011111010010010000110 | e5bda7e89391efa486 |
UHC | 彧蓑句 | 111010011110111011011110111011101100111111111011 | e9eedeeecffb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)