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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 掌х?^ | 100011111011011010000100100001110011111101011110 | 8fb684873f5e |
EUC-JP | 掌х?^ | 101111101011100010100111111001110011111101011110 | beb8a7e73f5e |
UTF-8 | 掌х갬^ | 111001101000111010001100110100011000010111101010101100001010110001011110 | e68e8cd185eab0ac5e |
UHC | 掌х갬^ | 11101101111001101010110011100111101100001011011101011110 | ede6ace7b0b75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)