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 | 諍魅g正? | 111001100111100110010110101000111000001010000111100100001011001100111111 | e67996a3828790b33f |
EUC-JP | 諍魅g正? | 111010111101101011001100101001011010001111100111110000001011010100111111 | ebdacca5a3e7c0b53f |
UTF-8 | 諍魅g正렩 | 111010001010101110001101111010011010110110000101111011111011110110000111111001101010110110100011111010111010000010101001 | e8ab8de9ad85efbd87e6ada3eba0a9 |
UHC | 諍魅g正렩 | 11101110101101011101100011100101101000111110011111101111111000011000111010110111 | eeb5d8e5a3e7efe18eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)