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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 要??齬? | 10010111011101100011111100111111111010101001011100111111 | 97763f3fea973f |
EUC-JP | 要??齬? | 11001101110101110011111100111111111100111111011100111111 | cdd73f3ff3f73f |
UTF-8 | 要쀥몚齬퀯 | 111010001010011010000001111011001000000010100101111010111010101010011010111010011011110110101100111011011000000010101111 | e8a681ec80a5ebaa9ae9bdaced80af |
UHC | 要쀥몚齬퀯 | 11101001101010011001011111100101100100011000100011100101111000011011010001000010 | e9a997e59188e5e1b442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)