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 | ???辱? | 001111110011111100111111100100000100101000111111 | 3f3f3f904a3f |
EUC-JP | ???辱? | 001111110011111100111111101111111010101100111111 | 3f3f3fbfab3f |
UTF-8 | 溫뚧츏辱촠 | 111001101011101010101011111010111001101010100111111011001011100010001111111010001011111010110001111011001011010010100000 | e6baabeb9aa7ecb88fe8beb1ecb4a0 |
UHC | 溫뚧츏辱촠 | 11101000101011101000110011100110101011101000101011101001101101001010110001011010 | e8ae8ce6ae8ae9b4ac5a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)