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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 魚?黔 | 1000101110011011001111111110101001110111 | 8b9b3fea77 |
EUC-JP | 魚?黔 | 1011010111111011001111111111001111011000 | b5fb3ff3d8 |
UTF-8 | 魚페黔 | 111010011010110110011010111011011000111010011000111010011011101110010100 | e9ad9aed8e98e9bb94 |
UHC | 魚페黔 | 111001011110000011000110111001001100110010100011 | e5e0c6e4cca3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)