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 | 膠窮欝 | 111001000101000010001011100001111000100101010100 | e4508b878954 |
EUC-JP | 膠窮欝 | 111001111011000110110101111001111011000110110101 | e7b1b5e7b1b5 |
UTF-8 | 膠窮欝 | 111010001000011010100000111001111010101010101110111001101010110010011101 | e886a0e7aaaee6ac9d |
UHC | 膠窮? | 1100111011101111110011111110001100111111 | ceefcfe33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)