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 | 柔?啼?啼 | 1000111101011111001111111001101001100101001111111001101001100101 | 8f5f3f9a653f9a65 |
EUC-JP | 柔?啼?啼 | 1011110111000000001111111101001111000110001111111101001111000110 | bdc03fd3c63fd3c6 |
UTF-8 | 柔렱啼렮啼 | 111001101001111110010100111010111010000010110001111001011001010110111100111010111010000010101110111001011001010110111100 | e69f94eba0b1e595bceba0aee595bc |
UHC | 柔렱啼렮啼 | 11101010111101011000111010111110111100001010011010001110101110111111000010100110 | eaf58ebef0a68ebbf0a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)