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 | 庸??苡? | 10010111011001100011111100111111111001001000111100111111 | 97663f3fe48f3f |
EUC-JP | 庸??苡? | 11001101110001110011111100111111111001111110111100111111 | cdc73f3fe7ef3f |
UTF-8 | 庸뉖쵉苡텯 | 111001011011101010111000111010111000100110010110111011001011010110001001111010001000101110100001111011011000010110101111 | e5bab8eb8996ecb589e88ba1ed85af |
UHC | 庸뉖쵉苡텯 | 11101001101111001000011111101011101011001000101111101100101111101011011101000010 | e9bc87ebac8becbeb742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)