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 | 擬?? | 10001011010110110011111100111111 | 8b5b3f3f |
EUC-JP | 擬?ŧ | 101101011011110000111111100011111010100111001111 | b5bc3f8fa9cf |
UTF-8 | 擬띹ŧ | 1110011010010011101011001110101110011101101110011100010110100111 | e693aceb9db9c5a7 |
UHC | 擬띹ŧ | 111010111111010010001101111010001010100110101110 | ebf48de8a9ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)