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 | ??LD??LD^ | 001111110011111101001100010001000011111100111111010011000100010001011110 | 3f3f4c443f3f4c445e |
SJIS-WIN | テサLDテサLD^ | 110000111011101101001100010001001100001110111011010011000100010001011110 | c3bb4c44c3bb4c445e |
EUC-JP | テサLDテサLD^ | 10001110110000111000111010111011010011000100010010001110110000111000111010111011010011000100010001011110 | 8ec38ebb4c448ec38ebb4c445e |
UTF-8 | テサLDテサLD^ | 1110111110111110100000111110111110111101101110110100110001000100111011111011111010000011111011111011110110111011010011000100010001011110 | efbe83efbdbb4c44efbe83efbdbb4c445e |
UHC | ??LD??LD^ | 001111110011111101001100010001000011111100111111010011000100010001011110 | 3f3f4c443f3f4c445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)