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 | Yan}Yan{^ | 10001010010110011001011001100001011011100111110110001010010110011001011001100001011011100111101101011110 | 8a5996616e7d8a5996616e7b5e |
SJIS-WIN | ?Y?an}?Y?an{^ | 00111111010110010011111101100001011011100111110100111111010110010011111101100001011011100111101101011110 | 3f593f616e7d3f593f616e7b5e |
EUC-JP | ?Y?an}?Y?an{^ | 00111111010110010011111101100001011011100111110100111111010110010011111101100001011011100111101101011110 | 3f593f616e7d3f593f616e7b5e |
UTF-8 | Yan}Yan{^ | 1100001010001010010110011100001010010110011000010110111001111101110000101000101001011001110000101001011001100001011011100111101101011110 | c28a59c296616e7dc28a59c296616e7b5e |
UHC | ?Y?an}?Y?an{^ | 00111111010110010011111101100001011011100111110100111111010110010011111101100001011011100111101101011110 | 3f593f616e7d3f593f616e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)