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 | 莎ц祈^ | 11100100101100111000010010001000100010110100011001011110 | e4b384888b465e |
EUC-JP | 莎ц祈^ | 11101000101101011010011111101000101101011010011101011110 | e8b5a7e8b5a75e |
UTF-8 | 莎ц祈^ | 111010001000111010001110110100011000011011100111101001011000100001011110 | e88e8ed186e7a5885e |
UHC | 莎ц祈^ | 11011110111011011010110011101000110100011011011101011110 | deedace8d1b75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)