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 | ³å³°^ | 100100001011001110010001111001011001000010110011100110101011000001011110 | 90b391e590b39ab05e |
SJIS-WIN | ???????°^ | 00111111001111110011111100111111001111110011111100111111100000011000101101011110 | 3f3f3f3f3f3f3f818b5e |
EUC-JP | ???å???°^ | 001111110011111100111111100011111010101110101001001111110011111100111111101000011110101101011110 | 3f3f3f8faba93f3f3fa1eb5e |
UTF-8 | ³å³°^ | 1100001010010000110000101011001111000010100100011100001110100101110000101001000011000010101100111100001010011010110000101011000001011110 | c290c2b3c291c3a5c290c2b3c29ac2b05e |
UHC | ?³???³?°^ | 001111111010100111111000001111110011111100111111101010011111100000111111101000011100011001011110 | 3fa9f83f3f3fa9f83fa1c65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)