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 | ?Tb[?Tb[^ | 001111110101010001100010010110110011111101010100011000100101101101011110 | 3f54625b3f54625b5e |
SJIS-WIN | 咤Tb[咤Tb[^ | 1001101001000010010101000110001001011011100110100100001001010100011000100101101101011110 | 9a4254625b9a4254625b5e |
EUC-JP | 咤Tb[咤Tb[^ | 1101001110100011010101000110001001011011110100111010001101010100011000100101101101011110 | d3a354625bd3a354625b5e |
UTF-8 | 咤Tb[咤Tb[^ | 11100101100100101010010001010100011000100101101111100101100100101010010001010100011000100101101101011110 | e592a454625be592a454625b5e |
UHC | 咤Tb[咤Tb[^ | 1111011011100011010101000110001001011011111101101110001101010100011000100101101101011110 | f6e354625bf6e354625b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)