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 | 意鞨? | 1000100011010011111010001110000000111111 | 88d3e8e03f |
EUC-JP | 意鞨? | 1011000011010101111100001110001000111111 | b0d5f0e23f |
UTF-8 | 意鞨캥 | 111001101000010010001111111010011001111010101000111011001011101010100101 | e6848fe99ea8ecbaa5 |
UHC | 意鞨캥 | 111010111111001011001010111010101100010010111011 | ebf2caeac4bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)