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 | ??º??? | 001111110011111110111010001111110011111100111111 | 3f3fba3f3f3f |
SJIS-WIN | 沃????? | 10010111100000000011111100111111001111110011111100111111 | 97803f3f3f3f3f |
EUC-JP | 沃?º??? | 110011011110000000111111100011111010001011101011001111110011111100111111 | cde03f8fa2eb3f3f3f |
UTF-8 | 沃욌º杻득꽋 | 1110011010110010100000111110110010011010100011001100001010111010111011111010011110001000111010111001001110011101111010101011110110001011 | e6b283ec9a8cc2baefa788eb939deabd8b |
UHC | 沃욌º杻득꽋 | 111010001010101010011110111010111010100010101100111010101111010010110101111001101000010010011011 | e8aa9eeba8aceaf4b5e6849b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)