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 | ý±¡² | 11111101101100011010000110110010 | fdb1a1b2 |
SJIS-WIN | ?±?? | 0011111110000001011111010011111100111111 | 3f817d3f3f |
EUC-JP | ý±¡? | 100011111010101111110010101000011101111010001111101000101100001000111111 | 8fabf2a1de8fa2c23f |
UTF-8 | ý±¡² | 1100001110111101110000101011000111000010101000011100001010110010 | c3bdc2b1c2a1c2b2 |
UHC | ?±¡² | 00111111101000011011111010100010101011101010100111110111 | 3fa1bea2aea9f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)