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 | ?C???XTB | 0011111101000011001111110011111100111111010110000101010001000010 | 3f433f3f3f585442 |
SJIS-WIN | ?C???XTB | 0011111101000011001111110011111100111111010110000101010001000010 | 3f433f3f3f585442 |
EUC-JP | ?C???XTB | 0011111101000011001111110011111100111111010110000101010001000010 | 3f433f3f3f585442 |
UTF-8 | 챈C혣챈혟XTB | 11101100101100011000100001000011111011011001100010100011111011001011000110001000111011011001100010011111010110000101010001000010 | ecb18843ed98a3ecb188ed989f585442 |
UHC | 챈C혣챈혟XTB | 110000111010011001000011110000101000110011000011101001101100001010001001010110000101010001000010 | c3a643c28cc3a6c289585442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)