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 | 池肯?元?中 | 10010010011100101000110101101101001111111000110010110011001111111001001010000110 | 92728d6d3f8cb33f9286 |
EUC-JP | 池肯?元?中 | 11000011110100111011100111001110001111111011100010110101001111111100001111100110 | c3d3b9ce3fb8b53fc3e6 |
UTF-8 | 池肯색元렯中 | 111001101011000110100000111010001000001010101111111011001000001110001001111001011000010110000011111010111010000010101111111001001011100010101101 | e6b1a0e882afec8389e58583eba0afe4b8ad |
UHC | 池肯색元렯中 | 111100101010111011010000111010011011101111110110111010101010101010001110101111001111000111101001 | f2aed0e9bbf6eaaa8ebcf1e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)