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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 巍??受 | 100110111101100100111111001111111000111011110011 | 9bd93f3f8ef3 |
EUC-JP | 巍??受 | 110101101101101100111111001111111011110011110101 | d6db3f3fbcf5 |
UTF-8 | 巍믭퐛受 | 111001011011011110001101111010111010111110101101111011011001000010011011111001011000111110010111 | e5b78debafaded909be58f97 |
UHC | 巍믭퐛受 | 1110100011100100100100101110111110111101100001011110000111110100 | e8e492efbd85e1f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)