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 | 俎粗曺^ | 10011000110101111001000101100101111110101101111001011110 | 98d79165fade5e |
EUC-JP | 俎粗曺^ | 1101000011011001110000011100011010001111110000101110110101011110 | d0d9c1c68fc2ed5e |
UTF-8 | 俎粗曺^ | 11100100101111111000111011100111101100101001011111100110100110111011101001011110 | e4bf8ee7b297e69bba5e |
UHC | 俎粗曺^ | 11110000101110111111000011011000111100001100011001011110 | f0bbf0d8f0c65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)