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 | 衆?懈? | 100011110100111100111111100111001110011000111111 | 8f4f3f9ce63f |
EUC-JP | 衆?懈? | 101111011011000000111111110110001110100000111111 | bdb03fd8e83f |
UTF-8 | 衆렮懈렢 | 111010001010000110000110111010111010000010101110111001101000011110001000111010111010000010100010 | e8a186eba0aee68788eba0a2 |
UHC | 衆렮懈렢 | 1111000111101011100011101011101111111010101010111000111010110011 | f1eb8ebbfaab8eb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)