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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | □?淋?? | 10000001101000000011111110010111110100100011111100111111 | 81a03f97d23f3f |
EUC-JP | □?淋?? | 10100010101000100011111111001110110101000011111100111111 | a2a23fced43f3f |
UTF-8 | □룶淋푀룵 | 111000101001011010100001111010111010001110110110111001101011011110001011111011011001000110000000111010111010001110110101 | e296a1eba3b6e6b78bed9180eba3b5 |
UHC | □룶淋푀룵 | 10100001111000001000111110101011110101111111101011000111101000111000111110101010 | a1e08fabd7fac7a38faa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)