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 | 臂g升B | 11100100010111011000001010000111100011111010000101000010 | e45d82878fa142 |
EUC-JP | 臂g升B | 11100111101111101010001111100111101111101010001101000010 | e7bea3e7bea342 |
UTF-8 | 臂g升B | 11101000100001111000001011101111101111011000011111100101100011011000011101000010 | e88782efbd87e58d8742 |
UHC | 臂g升B | 11011110101000101010001111100111111000111010111001000010 | dea2a3e7e3ae42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)