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 | 雲?珂? | 100010010101111100111111100010011100111100111111 | 895f3f89cf3f |
EUC-JP | 雲?珂? | 101100011100000000111111101100101101000100111111 | b1c03fb2d13f |
UTF-8 | 雲띨珂롅 | 111010011001101110110010111010111001110110101000111001111000111110000010111010111010000110000101 | e99bb2eb9da8e78f82eba185 |
UHC | 雲띨珂롅 | 1110101010100011101101101110111011001010101100011000111011001011 | eaa3b6eecab18ecb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)