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 | 要???筌 | 10010111011101100011111100111111001111111110001010100011 | 97763f3f3fe2a3 |
EUC-JP | 要???筌 | 11001101110101110011111100111111001111111110010010100101 | cdd73f3f3fe4a5 |
UTF-8 | 要쏅뗀캡筌 | 111010001010011010000001111011001000111110000101111010111001011110000000111011001011101010100001111001111010110110001100 | e8a681ec8f85eb9780ecbaa1e7ad8c |
UHC | 要쏅뗀캡筌 | 11101001101010011001101111101011101101101011111011000100101110001110111110100111 | e9a99bebb6bec4b8efa7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)