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 | ?????P | 001111110011111100111111001111110011111101010000 | 3f3f3f3f3f50 |
SJIS-WIN | 魄ィ蜀玲侭P | 11101001101011101010100011100101100001101001011111100110100101101001100101010000 | e9aea8e58697e6969950 |
EUC-JP | 魄ィ蜀玲侭P | 1111001010110000100011101010100011101001111001101100111011101000110010111111100101010000 | f2b08ea8e9e6cee8cbf950 |
UTF-8 | 魄ィ蜀玲侭P | 11101001101011011000010011101111101111011010100011101000100111001000000011100111100011101011001011100100101111101010110101010000 | e9ad84efbda8e89c80e78eb2e4bead50 |
UHC | 魄?蜀玲?P | 110110111101111000111111111101011011100111010110101111000011111101010000 | dbde3ff5b9d6bc3f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)