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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 舮埼┓襞 | 1110010010000100100011011110100110000100101011011110010111111100 | e4848de984ade5fc |
EUC-JP | 舮埼┓襞 | 1110011111100100101110101110101110101000101011111110101011111110 | e7e4baeba8afeafe |
UTF-8 | 舮埼┓襞 | 111010001000100010101110111001011001111110111100111000101001010010010011111010001010010110011110 | e888aee59fbce29493e8a59e |
UHC | ?埼┓? | 001111111101000011110010101001101010111100111111 | 3fd0f2a6af3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)