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 | 00111111001111110011111100111111001111110011111101001111 | 3f3f3f3f3f3f4f |
SJIS-WIN | ???汚??O | 0011111100111111001111111000100110011000001111110011111101001111 | 3f3f3f89983f3f4f |
EUC-JP | 縕??汚??O | 10001111110101001100001000111111001111111011000111111000001111110011111101001111 | 8fd4c23f3fb1f83f3f4f |
UTF-8 | 縕낉슐汚뉛쉈O | 11100111101110001001010111101011100000101000100111101100100010101001000011100110101100011001101011101011100010011001101111101100100010011000100001001111 | e7b895eb8289ec8a90e6b19aeb899bec89884f |
UHC | 縕낉슐汚뉛쉈O | 11101000101100101000010111101111101111011011011011100111111111011000011111101111101111011010010101001111 | e8b285efbdb6e7fd87efbda54f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)