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^ | 100110001010100100111111010001001001100010101001001111110100010001011110 | 98a93f4498a93f445e |
EUC-JP | 乘?D乘?D^ | 110100001010101100111111010001001101000010101011001111110100010001011110 | d0ab3f44d0ab3f445e |
UTF-8 | 乘쒙D乘쒙D^ | 111001001011100110011000111011001001001010011001010001001110010010111001100110001110110010010010100110010100010001011110 | e4b998ec929944e4b998ec9299445e |
UHC | 乘쒙D乘쒙D^ | 1110001110101011100111001110111101000100111000111010101110011100111011110100010001011110 | e3ab9cef44e3ab9cef445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)