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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 蘇薇}蘇薇{^ | 1001000101101000111001010100111001111101100100010110100011100101010011100111101101011110 | 9168e54e7d9168e54e7b5e |
EUC-JP | 蘇薇}蘇薇{^ | 1100000111001001111010011010111101111101110000011100100111101001101011110111101101011110 | c1c9e9af7dc1c9e9af7b5e |
UTF-8 | 蘇薇}蘇薇{^ | 111010001001100010000111111010001001011010000111011111011110100010011000100001111110100010010110100001110111101101011110 | e89887e896877de89887e896877b5e |
UHC | 蘇薇}蘇薇{^ | 1110000111001100110110101011100101111101111000011100110011011010101110010111101101011110 | e1ccdab97de1ccdab97b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)