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^ | 00111111010011000100010000111111010011000100010001011110 | 3f4c443f4c445e |
SJIS-WIN | 哭LD哭LD^ | 100110100100110001001100010001001001101001001100010011000100010001011110 | 9a4c4c449a4c4c445e |
EUC-JP | 哭LD哭LD^ | 110100111010110101001100010001001101001110101101010011000100010001011110 | d3ad4c44d3ad4c445e |
UTF-8 | 哭LD哭LD^ | 1110010110010011101011010100110001000100111001011001001110101101010011000100010001011110 | e593ad4c44e593ad4c445e |
UHC | 哭LD哭LD^ | 110011011101011001001100010001001100110111010110010011000100010001011110 | cdd64c44cdd64c445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)