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 | ??[}??[{^ | 001111110011111101011011011111010011111100111111010110110111101101011110 | 3f3f5b7d3f3f5b7b5e |
SJIS-WIN | 涌瘁[}涌瘁[{^ | 10010111010011111110000110000001010110110111110110010111010011111110000110000001010110110111101101011110 | 974fe1815b7d974fe1815b7b5e |
EUC-JP | 涌瘁[}涌瘁[{^ | 11001101101100001110000111100001010110110111110111001101101100001110000111100001010110110111101101011110 | cdb0e1e15b7dcdb0e1e15b7b5e |
UTF-8 | 涌瘁[}涌瘁[{^ | 1110011010110110100011001110011110011000100000010101101101111101111001101011011010001100111001111001100010000001010110110111101101011110 | e6b68ce798815b7de6b68ce798815b7b5e |
UHC | 涌?[}涌?[{^ | 1110100110111111001111110101101101111101111010011011111100111111010110110111101101011110 | e9bf3f5b7de9bf3f5b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)