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 | 鵈耳鹿釥湿 | 111010011111110010001110101010001111001010100010100011101010110111111011110000001000111010111100 | e9fc8ea8f2a28eadfbc08ebc |
EUC-JP | 鵈耳?鹿釥湿 | 111100101111111010111100101010100011111110111100101011111000111111100011101010111011110010111110 | f2febcaa3fbcaf8fe3abbcbe |
UTF-8 | 鵈耳鹿釥湿 | 111010011011010110001000111010001000000010110011111011101000011110011001111010011011100110111111111010011000011110100101111001101011100110111111 | e9b588e880b3ee8799e9b9bfe987a5e6b9bf |
UHC | ?耳?鹿?? | 0011111111101100101111000011111111010110111000110011111100111111 | 3fecbc3fd6e33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)