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 | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-WIN | 弔?D弔?D^ | 100100101010001000111111010001001001001010100010001111110100010001011110 | 92a23f4492a23f445e |
EUC-JP | 弔?D弔?D^ | 110001001010010000111111010001001100010010100100001111110100010001011110 | c4a43f44c4a43f445e |
UTF-8 | 弔렟D弔렟D^ | 111001011011110010010100111010111010000010011111010001001110010110111100100101001110101110100000100111110100010001011110 | e5bc94eba09f44e5bc94eba09f445e |
UHC | 弔렟D弔렟D^ | 1111000011000000100011101011000001000100111100001100000010001110101100000100010001011110 | f0c08eb044f0c08eb0445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)