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 | 族??帝 | 100100011011000000111111001111111001001011101001 | 91b03f3f92e9 |
EUC-JP | 族??帝 | 110000101011001000111111001111111100010011101011 | c2b23f3fc4eb |
UTF-8 | 族띈볼帝 | 111001101001011110001111111010111001110110001000111010111011001110111100111001011011100010011101 | e6978feb9d88ebb3bce5b89d |
UHC | 族띈볼帝 | 1111000011101001101101101110100010111010101111001111000010101000 | f0e9b6e8babcf0a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)