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 | 葯溷ウエ銓秘 | 11100100110111101001111111100101101100111011010011100111111100101001010011101001 | e4de9fe5b3b4e7f294e9 |
EUC-JP | 葯溷ウエ銓秘 | 111010001110000011011110111001111000111010110011100011101011010011101110111101001100100011101011 | e8e0dee78eb38eb4eef4c8eb |
UTF-8 | 葯溷ウエ銓秘 | 111010001001000110101111111001101011101010110111111011111011110110110011111011111011110110110100111010011000101010010011111001111010011110011000 | e891afe6bab7efbdb3efbdb4e98a93e7a798 |
UHC | 葯???銓秘 | 111001011011010100111111001111110011111111101111101100001101110111111010 | e5b53f3f3fefb0ddfa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)