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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | シ騷シ騷B | 10111100111010010111101010111100111010010111101001000010 | bce97abce97a42 |
EUC-JP | シ騷シ騷B | 100011101011110011110001110110111000111010111100111100011101101101000010 | 8ebcf1db8ebcf1db42 |
UTF-8 | シ騷シ騷B | 11101111101111011011110011101001101010001011011111101111101111011011110011101001101010001011011101000010 | efbdbce9a8b7efbdbce9a8b742 |
UHC | ?騷?騷B | 00111111111000011101001100111111111000011101001101000010 | 3fe1d33fe1d342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)