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 | 謠??宥? | 11100110100011110011111100111111100101110100011100111111 | e68f3f3f97473f |
EUC-JP | 謠??宥? | 11101011111011110011111100111111110011011010100000111111 | ebef3f3fcda83f |
UTF-8 | 謠몃톩宥좦 | 111010001010110010100000111010111010101010000011111011011000011010101001111001011010111010100101111011001010001010100110 | e8aca0ebaa83ed86a9e5aea5eca2a6 |
UHC | 謠몃톩宥좦 | 11101001101010101011100011101011101101111000000111101010111010011010000101000010 | e9aab8ebb781eae9a142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)