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 | 闕卓コ | 1110100010001101100100011110110010111010 | e88d91ecba |
EUC-JP | 闕卓コ | 111011111110110111000010111011101000111010111010 | efedc2ee8eba |
UTF-8 | 闕卓コ | 111010011001011110010101111001011000110110010011111011111011110110111010 | e99795e58d93efbdba |
UHC | 闕卓? | 1100111111110100111101101111000100111111 | cff4f6f13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)