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 | 隱ソ辜ス | 111010001010101010111111111001111000001110111101 | e8aabfe783bd |
EUC-JP | 隱ソ辜ス | 1111000010101100100011101011111111101101111000111000111010111101 | f0ac8ebfede38ebd |
UTF-8 | 隱ソ辜ス | 111010011001101010110001111011111011110110111111111010001011111010011100111011111011110110111101 | e99ab1efbdbfe8be9cefbdbd |
UHC | 隱?辜? | 111010111101111100111111110011011101000000111111 | ebdf3fcdd03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)