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 | 耳??? | 1000111010101000001111110011111100111111 | 8ea83f3f3f |
EUC-JP | 耳??絿 | 10111100101010100011111100111111100011111101001111110001 | bcaa3f3f8fd3f1 |
UTF-8 | 耳얘렡絿 | 111010001000000010110011111011001001011010011000111010111010000010100001111001111011010110111111 | e880b3ec9698eba0a1e7b5bf |
UHC | 耳얘렡絿 | 1110110010111100101111101110101010001110101100101100111110111101 | ecbcbeea8eb2cfbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)