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^ | 111001011010111010110011010001001110010110101110101100110100010001011110 | e5aeb344e5aeb3445e |
EUC-JP | 螳ウD螳ウD^ | 1110101010110000100011101011001101000100111010101011000010001110101100110100010001011110 | eab08eb344eab08eb3445e |
UTF-8 | 螳ウD螳ウD^ | 111010001001111010110011111011111011110110110011010001001110100010011110101100111110111110111101101100110100010001011110 | e89eb3efbdb344e89eb3efbdb3445e |
UHC | 螳?D螳?D^ | 110100111101100100111111010001001101001111011001001111110100010001011110 | d3d93f44d3d93f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)