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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 調?蹈漬 | 10010010101100100011111111100111010001001001001011010000 | 92b23fe74492d0 |
EUC-JP | 調?蹈漬 | 11000100101101000011111111101101101001011100010011010010 | c4b43feda5c4d2 |
UTF-8 | 調븅蹈漬 | 111010001010101010111111111010111011100010000101111010001011100110001000111001101011110010101100 | e8aabfebb885e8b988e6bcac |
UHC | 調븅蹈漬 | 1111000011100000101110101110100111010100101100001111001010110000 | f0e0bae9d4b0f2b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)