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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??拒??居^ | 001111110011111110001011100100010011111100111111100010111000111101011110 | 3f3f8b913f3f8b8f5e |
EUC-JP | ??拒??居^ | 001111110011111110110101111100010011111100111111101101011110111101011110 | 3f3fb5f13f3fb5ef5e |
UTF-8 | 렻매拒렻매居^ | 11101011101000001011101111101011101001111010010011100110100010111001001011101011101000001011101111101011101001111010010011100101101100011000010101011110 | eba0bbeba7a4e68b92eba0bbeba7a4e5b1855e |
UHC | 렻매拒렻매居^ | 10001110110000111011100011000101110010111101111010001110110000111011100011000101110010111101110001011110 | 8ec3b8c5cbde8ec3b8c5cbdc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)