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 | 上ソ邪淲 | 10001111111000111011111110001110110101111111101101000100 | 8fe3bf8ed7fb44 |
EUC-JP | 上ソ邪? | 10111110111001011000111010111111101111001101100100111111 | bee58ebfbcd93f |
UTF-8 | 上ソ邪淲 | 111001001011100010001010111011111011110110111111111010011000001010101010111001101011011110110010 | e4b88aefbdbfe982aae6b7b2 |
UHC | 上?邪? | 110111111011111000111111110111101111011100111111 | dfbe3fdef73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)