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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 衆?醍??? | 1000111101001111001111111001000111100111001111110011111100111111 | 8f4f3f91e73f3f3f |
EUC-JP | 衆?醍??? | 1011110110110000001111111100001011101001001111110011111100111111 | bdb03fc2e93f3f3f |
UTF-8 | 衆렮醍븍렕렟 | 111010001010000110000110111010111010000010101110111010011000011010001101111010111011100010001101111010111010000010010101111010111010000010011111 | e8a186eba0aee9868debb88deba095eba09f |
UHC | 衆렮醍븍렕렟 | 111100011110101110001110101110111111000010110101101110101110101110001110101010101000111010110000 | f1eb8ebbf0b5baeb8eaa8eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)