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 | ??批 | 00111111001111111001010011100001 | 3f3f94e1 |
EUC-JP | ??批 | 00111111001111111100100011100011 | 3f3fc8e3 |
UTF-8 | 裡흙批 | 111011111010011110101000111011011001110110011001111001101000100110111001 | efa7a8ed9d99e689b9 |
UHC | 裡흙批 | 111011001100000111001000111010111101110111101011 | ecc1c8ebddeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)