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 | ???O | 00111111001111110011111101001111 | 3f3f3f4f |
SJIS-WIN | 汚??O | 1000100110011000001111110011111101001111 | 89983f3f4f |
EUC-JP | 汚??O | 1011000111111000001111110011111101001111 | b1f83f3f4f |
UTF-8 | 汚믭쉘O | 11100110101100011001101011101011101011111010110111101100100010011001100001001111 | e6b19aebafadec89984f |
UHC | 汚믭쉘O | 11100111111111011001001011101111101111011010100101001111 | e7fd92efbda94f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)