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 | ワェル跼 | 1101110010101010110110011110011011110000 | dcaad9e6f0 |
EUC-JP | ワェル跼 | 1000111011011100100011101010101010001110110110011110110011110010 | 8edc8eaa8ed9ecf2 |
UTF-8 | ワェル跼 | 111011111011111010011100111011111011110110101010111011111011111010011001111010001011011110111100 | efbe9cefbdaaefbe99e8b7bc |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)