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 | ???A | 00111111001111110011111101000001 | 3f3f3f41 |
SJIS-WIN | 移??A | 1000100011011010001111110011111101000001 | 88da3f3f41 |
EUC-JP | 移??A | 1011000011011100001111110011111101000001 | b0dc3f3f41 |
UTF-8 | 移롎렔A | 11100111101001111011101111101011101000011000111011101011101000001001010001000001 | e7a7bbeba18eeba09441 |
UHC | 移롎렔A | 11101100101110011000111011010100100011101010100101000001 | ecb98ed48ea941 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)