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 | 11100100100100111000110010000111100011111010000101000010 | e4938c878fa142 |
EUC-JP | 苴欠升B | 11100111111100111011011111100111101111101010001101000010 | e7f3b7e7bea342 |
UTF-8 | 苴欠升B | 11101000100010111011010011100110101011001010000011100101100011011000011101000010 | e88bb4e6aca0e58d8742 |
UHC | ?欠升B | 001111111111110111100010111000111010111001000010 | 3ffde2e3ae42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)