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 | 雲?精聾 | 10001001010111110011111110010000101110001001100001010111 | 895f3f90b89857 |
EUC-JP | 雲?精聾 | 10110001110000000011111111000000101110101100111110111000 | b1c03fc0bacfb8 |
UTF-8 | 雲렯精聾 | 111010011001101110110010111010111010000010101111111001111011001010111110111010001000000110111110 | e99bb2eba0afe7b2bee881be |
UHC | 雲렯精聾 | 1110101010100011100011101011110011101111111100011101011011101100 | eaa38ebceff1d6ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)