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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 叱灼捨 | 100011101011011010001110110111001000111011001100 | 8eb68edc8ecc |
EUC-JP | 叱灼捨 | 101111001011100010111100110111101011110011001110 | bcb8bcdebcce |
UTF-8 | 叱灼捨 | 111001011000111110110001111001111000000110111100111001101000110110101000 | e58fb1e781bce68da8 |
UHC | 叱灼捨 | 111100101110101011101101110001111101111011010111 | f2eaedc7ded7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)