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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 雍??^ | 1110100010110100001111110011111101011110 | e8b43f3f5e |
EUC-JP | 雍??^ | 1111000010110110001111110011111101011110 | f0b63f3f5e |
UTF-8 | 雍믥돇^ | 11101001100110111000110111101011101011111010010111101011100011111000011101011110 | e99b8debafa5eb8f875e |
UHC | 雍믥돇^ | 11101000101111001001001011100111100010011001100001011110 | e8bc92e789985e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)