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 | ??^????^ | 0011111100111111010111100011111100111111001111110011111101011110 | 3f3f5e3f3f3f3f5e |
SJIS-WIN | 将。^将」将ョ^ | 1000111110101011101000010101111010001111101010111010001110001111101010111010111001011110 | 8faba15e8faba38fabae5e |
EUC-JP | 将。^将」将ョ^ | 1011111010101101100011101010000101011110101111101010110110001110101000111011111010101101100011101010111001011110 | bead8ea15ebead8ea3bead8eae5e |
UTF-8 | 将。^将」将ョ^ | 1110010110110000100001101110111110111101101000010101111011100101101100001000011011101111101111011010001111100101101100001000011011101111101111011010111001011110 | e5b086efbda15ee5b086efbda3e5b086efbdae5e |
UHC | ??^????^ | 0011111100111111010111100011111100111111001111110011111101011110 | 3f3f5e3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)