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 | 殯麓鯲 | 100111110111000110011000010110111110100111001100 | 9f71985be9cc |
EUC-JP | 殯麓鯲 | 110111011101001011001111101111001111001011001110 | ddd2cfbcf2ce |
UTF-8 | 殯麓鯲 | 111001101010111010101111111010011011101010010011111010011010111110110010 | e6aeafe9ba93e9afb2 |
UHC | 殯麓? | 1101111010110010110101101110010000111111 | deb2d6e43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)