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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 篌уけ葢 | 1110001010111010100001001000010110000010101011111110010011100010 | e2ba848582afe4e2 |
EUC-JP | 篌уけ葢 | 1110010010111100101001111110010110100100101100011110100011100100 | e4bca7e5a4b1e8e4 |
UTF-8 | 篌уけ葢 | 1110011110101111100011001101000110000011111000111000000110010001111010001001000110100010 | e7af8cd183e38191e891a2 |
UHC | ?уけ? | 001111111010110011100101101010101011000100111111 | 3face5aab13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)