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 | ??????U^ | 0011111100111111001111110011111100111111001111110101010101011110 | 3f3f3f3f3f3f555e |
SJIS-WIN | ??????U^ | 0011111100111111001111110011111100111111001111110101010101011110 | 3f3f3f3f3f3f555e |
EUC-JP | ??????U^ | 0011111100111111001111110011111100111111001111110101010101011110 | 3f3f3f3f3f3f555e |
UTF-8 | 묰뫑뫀묱뫐뫆U^ | 1110101110101100101100001110101110101011100100011110101110101011100000001110101110101100101100011110101110101011100100001110101110101011100001100101010101011110 | ebacb0ebab91ebab80ebacb1ebab90ebab86555e |
UHC | 묰뫑뫀묱뫐뫆U^ | 1001001001000111100100011011001110010001101001001001001001001000100100011011001010010001101010010101010101011110 | 924791b391a4924891b291a9555e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)