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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 蘇薇蘇薇^ | 100100010110100011100101010011101001000101101000111001010100111001011110 | 9168e54e9168e54e5e |
EUC-JP | 蘇薇蘇薇^ | 110000011100100111101001101011111100000111001001111010011010111101011110 | c1c9e9afc1c9e9af5e |
UTF-8 | 蘇薇蘇薇^ | 11101000100110001000011111101000100101101000011111101000100110001000011111101000100101101000011101011110 | e89887e89687e89887e896875e |
UHC | 蘇薇蘇薇^ | 111000011100110011011010101110011110000111001100110110101011100101011110 | e1ccdab9e1ccdab95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)