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 | 尊誰泄 | 100100011011100010010010010011101001111110010101 | 91b8924e9f95 |
EUC-JP | 尊誰泄 | 110000101011101011000011101011111101110111110101 | c2bac3afddf5 |
UTF-8 | 尊誰泄 | 111001011011000010001010111010001010101010110000111001101011001110000100 | e5b08ae8aab0e6b384 |
UHC | 尊誰泄 | 111100001110111011100010110000011110000011011100 | f0eee2c1e0dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)