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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 啼?梓基?? | 100110100110010100111111100010001011001010001010111011100011111100111111 | 9a653f88b28aee3f3f |
EUC-JP | 啼?梓基?? | 110100111100011000111111101100001011010010110100111100000011111100111111 | d3c63fb0b4b4f03f3f |
UTF-8 | 啼렮梓基렰렏 | 111001011001010110111100111010111010000010101110111001101010001010010011111001011001111110111010111010111010000010110000111010111010000010001111 | e595bceba0aee6a293e59fbaeba0b0eba08f |
UHC | 啼렮梓基렰렏 | 111100001010011010001110101110111110111010101001110100001111000110001110101111011000111010100101 | f0a68ebbeea9d0f18ebd8ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)