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 | ??FD??FD^ | 001111110011111101000110010001000011111100111111010001100100010001011110 | 3f3f46443f3f46445e |
SJIS-WIN | ??FD??FD^ | 001111110011111101000110010001000011111100111111010001100100010001011110 | 3f3f46443f3f46445e |
EUC-JP | ??FD??FD^ | 001111110011111101000110010001000011111100111111010001100100010001011110 | 3f3f46443f3f46445e |
UTF-8 | 묨뫑FD묨뫑FD^ | 1110101110101100101010001110101110101011100100010100011001000100111010111010110010101000111010111010101110010001010001100100010001011110 | ebaca8ebab914644ebaca8ebab9146445e |
UHC | 묨뫑FD묨뫑FD^ | 10010010010000011001000110110011010001100100010010010010010000011001000110110011010001100100010001011110 | 924191b34644924191b346445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)