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 | ????e^ | 001111110011111100111111001111110110010101011110 | 3f3f3f3f655e |
SJIS-WIN | 将マ戓」e^ | 1000111110101011110011111111101011000111101000110110010101011110 | 8fabcffac7a3655e |
EUC-JP | 将マ戓」e^ | 1011111010101101100011101100111110001111101111111010100010001110101000110110010101011110 | bead8ecf8fbfa88ea3655e |
UTF-8 | 将マ戓」e^ | 1110010110110000100001101110111110111110100011111110011010001000100100111110111110111101101000110110010101011110 | e5b086efbe8fe68893efbda3655e |
UHC | ????e^ | 001111110011111100111111001111110110010101011110 | 3f3f3f3f655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)