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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??雨? | 0011111100111111100010010100101000111111 | 3f3f894a3f |
EUC-JP | ??雨? | 0011111100111111101100011010101100111111 | 3f3fb1ab3f |
UTF-8 | 戶렱雨렭 | 111001101000100010110110111010111010000010110001111010011001101110101000111010111010000010101101 | e688b6eba0b1e99ba8eba0ad |
UHC | 戶렱雨렭 | 1111101111000010100011101011111011101001111010111000111010111010 | fbc28ebee9eb8eba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)