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^ | 111001010100101100111111010001001110010101001011001111110100010001011110 | e54b3f44e54b3f445e |
EUC-JP | 薔?D薔?D^ | 111010011010110000111111010001001110100110101100001111110100010001011110 | e9ac3f44e9ac3f445e |
UTF-8 | 薔렪D薔렪D^ | 111010001001011010010100111010111010000010101010010001001110100010010110100101001110101110100000101010100100010001011110 | e89694eba0aa44e89694eba0aa445e |
UHC | 薔렪D薔렪D^ | 1110110111111001100011101011100001000100111011011111100110001110101110000100010001011110 | edf98eb844edf98eb8445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)