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 | ??H??B | 001111110011111101001000001111110011111101000010 | 3f3f483f3f42 |
SJIS-WIN | 偲悉H篠汐B | 10001110110000111000111010111011010010001000111011000010100011101010110001000010 | 8ec38ebb488ec28eac42 |
EUC-JP | 偲悉H篠汐B | 10111100110001011011110010111101010010001011110011000100101111001010111001000010 | bcc5bcbd48bcc4bcae42 |
UTF-8 | 偲悉H篠汐B | 1110010110000001101100101110011010000010100010010100100011100111101011111010000011100110101100011001000001000010 | e581b2e6828948e7afa0e6b19042 |
UHC | ?悉H篠汐B | 001111111110001111111010010010001110000111000110111000001011000101000010 | 3fe3fa48e1c6e0b142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)