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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?耿??逡? | 0011111111100011110101000011111100111111111001111001010100111111 | 3fe3d43f3fe7953f |
EUC-JP | 芷耿??逡? | 10001111110101111100100111100110110101100011111100111111111011011111010100111111 | 8fd7c9e6d63f3fedf53f |
UTF-8 | 芷耿렡렰逡렡 | 111010001000101010110111111010001000000010111111111010111010000010100001111010111010000010110000111010011000000010100001111010111010000010100001 | e88ab7e880bfeba0a1eba0b0e980a1eba0a1 |
UHC | 芷耿렡렰逡렡 | 111100101011101011001100111010101000111010110010100011101011110111110001111001001000111010110010 | f2baccea8eb28ebdf1e48eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)