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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鉐雅カソ崧シ | 111001111110111110001001111010111011011010111111111110101010111110111100 | e7ef89ebb6bffaafbc |
EUC-JP | 鉐雅カソ崧シ | 11101110111100011011001011101101100011101011011010001110101111111000111110111011110010101000111010111100 | eef1b2ed8eb68ebf8fbbca8ebc |
UTF-8 | 鉐雅カソ崧シ | 111010011000100110010000111010011001101110000101111011111011110110110110111011111011110110111111111001011011010010100111111011111011110110111100 | e98990e99b85efbdb6efbdbfe5b4a7efbdbc |
UHC | ?雅??崧? | 0011111111100100101110100011111100111111111000101111111000111111 | 3fe4ba3f3fe2fe3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)