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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 髓?震? | 111010011001001000111111100100000110101100111111 | e9923f906b3f |
EUC-JP | 髓?震? | 111100011111001000111111101111111100110000111111 | f1f23fbfcc3f |
UTF-8 | 髓렕震롅 | 111010011010101110010011111010111010000010010101111010011001110010000111111010111010000110000101 | e9ab93eba095e99c87eba185 |
UHC | 髓렕震롅 | 1110001011010000100011101010101011110010111010001000111011001011 | e2d08eaaf2e88ecb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)