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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 隍檎霜矮 | 1110100010100100100011001110011110010001100110101110000111100010 | e8a48ce7919ae1e2 |
EUC-JP | 隍檎霜矮 | 1111000010100110101110001110100111000001111110101110001011100100 | f0a6b8e9c1fae2e4 |
UTF-8 | 隍檎霜矮 | 111010011001101010001101111001101010101010001110111010011001110010011100111001111001111110101110 | e99a8de6aa8ee99c9ce79fae |
UHC | 隍檎霜矮 | 1111110011011011110100001101010111011111110111001110100011100001 | fcdbd0d5dfdce8e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)