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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 揶??鵝?? | 1001110110001000001111110011111111101010010000000011111100111111 | 9d883f3fea403f3f |
EUC-JP | 揶??鵝?? | 1101100111101000001111110011111111110011101000010011111100111111 | d9e83f3ff3a13f3f |
UTF-8 | 揶쏅젌鵝뉖젣 | 111001101000111110110110111011001000111110000101111011001010000010001100111010011011010110011101111010111000100110010110111011001010000010100011 | e68fb6ec8f85eca08ce9b59deb8996eca0a3 |
UHC | 揶쏅젌鵝뉖젣 | 111001011010101010011011111010111010000010001101111001001011110110000111111010111010000010011100 | e5aa9beba08de4bd87eba09c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)