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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
UTF-8 | 쒀롍뤏쮱㈍쵌혦 | 111011001001001010000000111010111010000110001101111010111010010010001111111011001010111010110001111000111000100010001101111011001011010110001100111011011001100010100110 | ec9280eba18deba48fecaeb1e3888decb58ced98a6 |
UHC | 쒀롍뤏쮱㈍쵌혦 | 1011111010101100100011101101001110001111101111111010100010001110101010011011111010101100100011101100001010001110 | beac8ed38fbfa88ea9beac8ec28e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)