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 | 荳ケ雍亥ー企 | 11100100101110001011100111101000101101001000100011100101101100001000101011101001 | e4b8b9e8b488e5b08ae9 |
EUC-JP | 荳ケ雍亥ー企 | 111010001011101010001110101110011111000010110110101100001110011110001110101100001011010011101011 | e8ba8eb9f0b6b0e78eb0b4eb |
UTF-8 | 荳ケ雍亥ー企 | 111010001000110110110011111011111011110110111001111010011001101110001101111001001011101010100101111011111011110110110000111001001011110010000001 | e88db3efbdb9e99b8de4baa5efbdb0e4bc81 |
UHC | 荳?雍亥?企 | 11010100111001010011111111101000101111001111101010100100001111111101000011101010 | d4e53fe8bcfaa43fd0ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)