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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 型??B | 1000110001011110001111110011111101000010 | 8c5e3f3f42 |
EUC-JP | 型??B | 1011011110111111001111110011111101000010 | b7bf3f3f42 |
UTF-8 | 型앻솑B | 11100101100111101000101111101100100101011011101111101100100001101001000101000010 | e59e8bec95bbec869142 |
UHC | 型앻솑B | 11111010111111101001110111101110100110011001000101000010 | fafe9dee999142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)