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^ | 111010000100001000111111010001001110100001000010001111110100010001011110 | e8423f44e8423f445e |
EUC-JP | 錚?D錚?D^ | 111011111010001100111111010001001110111110100011001111110100010001011110 | efa33f44efa33f445e |
UTF-8 | 錚렟D錚렟D^ | 111010011000110010011010111010111010000010011111010001001110100110001100100110101110101110100000100111110100010001011110 | e98c9aeba09f44e98c9aeba09f445e |
UHC | 錚렟D錚렟D^ | 1110111010110110100011101011000001000100111011101011011010001110101100000100010001011110 | eeb68eb044eeb68eb0445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)