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 | ????M^ | 001111110011111100111111001111110100110101011110 | 3f3f3f3f4d5e |
SJIS-WIN | 偲雫篠執M^ | 10001110110000111000111010110100100011101100001010001110101101110100110101011110 | 8ec38eb48ec28eb74d5e |
EUC-JP | 偲雫篠執M^ | 10111100110001011011110010110110101111001100010010111100101110010100110101011110 | bcc5bcb6bcc4bcb94d5e |
UTF-8 | 偲雫篠執M^ | 1110010110000001101100101110100110011011101010111110011110101111101000001110010110011111101101110100110101011110 | e581b2e99babe7afa0e59fb74d5e |
UHC | ??篠執M^ | 0011111100111111111000011100011011110010111110110100110101011110 | 3f3fe1c6f2fb4d5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)