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 | 湲?第富 | 10011111110100010011111110010001111001101001010101111000 | 9fd13f91e69578 |
EUC-JP | 湲?第富 | 11011110110100110011111111000010111010001100100111011001 | ded33fc2e8c9d9 |
UTF-8 | 湲렣第富 | 111001101011100110110010111010111010000010100011111001111010110010101100111001011010111110001100 | e6b9b2eba0a3e7acace5af8c |
UHC | 湲렣第富 | 1110101010111000100011101011010011110000101011111101110110100011 | eab88eb4f0afdda3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)