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 | ?YD?YD^ | 00111111010110010100010000111111010110010100010001011110 | 3f59443f59445e |
SJIS-WIN | ?YD?YD^ | 00111111010110010100010000111111010110010100010001011110 | 3f59443f59445e |
EUC-JP | ?YD?YD^ | 00111111010110010100010000111111010110010100010001011110 | 3f59443f59445e |
UTF-8 | 혩YD혩YD^ | 1110110110011000101010010101100101000100111011011001100010101001010110010100010001011110 | ed98a95944ed98a959445e |
UHC | 혩YD혩YD^ | 110000101001000101011001010001001100001010010001010110010100010001011110 | c2915944c29159445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)