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 | ?〓?宥 | 001111111000000110101100001111111001011101000111 | 3f81ac3f9747 |
EUC-JP | 濚〓?宥 | 1000111111001001101000011010001010101110001111111100110110101000 | 8fc9a1a2ae3fcda8 |
UTF-8 | 濚〓렪宥 | 111001101011111110011010111000111000000010010011111010111010000010101010111001011010111010100101 | e6bf9ae38093eba0aae5aea5 |
UHC | 濚〓렪宥 | 1110011110111001101000011110101110001110101110001110101011101001 | e7b9a1eb8eb8eae9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)