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 | 鬻ル況 | 111000101111011010000011100010111000101110110101 | e2f6838b8bb5 |
EUC-JP | 鬻ル況 | 111001001111100010100101111010111011011010110111 | e4f8a5ebb6b7 |
UTF-8 | 鬻ル況 | 111010011010110010111011111000111000001110101011111001101011001110000001 | e9acbbe383abe6b381 |
UHC | ?ル況 | 0011111110101011111010111111110011001111 | 3fabebfccf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)