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 | «£ý« | 100011111010101110100011111111011000111110101011 | 8faba3fd8fab |
SJIS-WIN | ??£??? | 00111111001111111000000110010010001111110011111100111111 | 3f3f81923f3f3f |
EUC-JP | ??£ý?? | 001111110011111110100001111100101000111110101011111100100011111100111111 | 3f3fa1f28fabf23f3f |
UTF-8 | «£ý« | 110000101000111111000010101010111100001010100011110000111011110111000010100011111100001010101011 | c28fc2abc2a3c3bdc28fc2ab |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)