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 | 荳ケ陲冶∮雍 | 1110010010111000101110011110100010100010100101101110100010000111100100111110100010110100 | e4b8b9e8a296e88793e8b4 |
EUC-JP | 荳ケ陲冶?雍 | 1110100010111010100011101011100111110000101001001100110011101010001111111111000010110110 | e8ba8eb9f0a4ccea3ff0b6 |
UTF-8 | 荳ケ陲冶∮雍 | 111010001000110110110011111011111011110110111001111010011001100110110010111001011000011010110110111000101000100010101110111010011001101110001101 | e88db3efbdb9e999b2e586b6e288aee99b8d |
UHC | 荳??冶∮雍 | 11010100111001010011111100111111111001011010011110100010101100011110100010111100 | d4e53f3fe5a7a2b1e8bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)