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 | ??`}Y??`}bE | 0011111100111111011000000111110101011001001111110011111101100000011111010110001001000101 | 3f3f607d593f3f607d6245 |
SJIS-WIN | ゥ。`}Yゥ。`}bE | 1010100110100001011000000111110101011001101010011010000101100000011111010110001001000101 | a9a1607d59a9a1607d6245 |
EUC-JP | ゥ。`}Yゥ。`}bE | 100011101010100110001110101000010110000001111101010110011000111010101001100011101010000101100000011111010110001001000101 | 8ea98ea1607d598ea98ea1607d6245 |
UTF-8 | ゥ。`}Yゥ。`}bE | 11101111101111011010100111101111101111011010000101100000011111010101100111101111101111011010100111101111101111011010000101100000011111010110001001000101 | efbda9efbda1607d59efbda9efbda1607d6245 |
UHC | ??`}Y??`}bE | 0011111100111111011000000111110101011001001111110011111101100000011111010110001001000101 | 3f3f607d593f3f607d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)