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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 腺?詣 | 1001000101000010001111111000110001110111 | 91423f8c77 |
EUC-JP | 腺?詣 | 1100000110100011001111111011011111011000 | c1a33fb7d8 |
UTF-8 | 腺令詣 | 111010001000010110111010111011111010011010101000111010001010100110100011 | e885baefa6a8e8a9a3 |
UHC | 腺令詣 | 111000001100110111100111101010011110011111100001 | e0cde7a9e7e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)