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 | 荳ケ謳榊援雍 | 1110010010111000101110011110011010010000100011011110010110001001100001111110100010110100 | e4b8b9e6908de58987e8b4 |
EUC-JP | 荳ケ謳榊援雍 | 111010001011101010001110101110011110101111110000101110101110011110110001111001111111000010110110 | e8ba8eb9ebf0bae7b1e7f0b6 |
UTF-8 | 荳ケ謳榊援雍 | 111010001000110110110011111011111011110110111001111010001010110010110011111001101010011010001010111001101000111110110100111010011001101110001101 | e88db3efbdb9e8acb3e6a68ae68fb4e99b8d |
UHC | 荳?謳?援雍 | 11010100111001010011111111001111110001000011111111101010101101011110100010111100 | d4e53fcfc43feab5e8bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)