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 | ???uB | 0011111100111111001111110111010101000010 | 3f3f3f7542 |
SJIS-WIN | 巽但形uB | 1001001001000110100100100100000110001100011000000111010101000010 | 924692418c607542 |
EUC-JP | 巽但形uB | 1100001110100111110000111010001010110111110000010111010101000010 | c3a7c3a2b7c17542 |
UTF-8 | 巽但形uB | 1110010110110111101111011110010010111101100001101110010110111101101000100111010101000010 | e5b7bde4bd86e5bda27542 |
UHC | 巽但形uB | 1110000111011110110100111010001111111011101000010111010101000010 | e1ded3a3fba17542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)