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 | 鋧フ魍 | 1111101111001111110011001110100110110001 | fbcfcce9b1 |
EUC-JP | 鋧フ魍 | 10001111111001001100101110001110110011001111001010110011 | 8fe4cb8eccf2b3 |
UTF-8 | 鋧フ魍 | 111010011000101110100111111011111011111010001100111010011010110110001101 | e98ba7efbe8ce9ad8d |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)