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 | 鋧七嶸 | 111110111100111110001110101101011111101010110100 | fbcf8eb5fab4 |
EUC-JP | 鋧七嶸 | 1000111111100100110010111011110010110111100011111011101111110100 | 8fe4cbbcb78fbbf4 |
UTF-8 | 鋧七嶸 | 111010011000101110100111111001001011100010000011111001011011011010111000 | e98ba7e4b883e5b6b8 |
UHC | ?七嶸 | 0011111111110110110100101110011110101110 | 3ff6d2e7ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)