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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 損賊損賊B | 100100011011100110010001101011111001000110111001100100011010111101000010 | 91b991af91b991af42 |
EUC-JP | 損賊損賊B | 110000101011101111000010101100011100001010111011110000101011000101000010 | c2bbc2b1c2bbc2b142 |
UTF-8 | 損賊損賊B | 11100110100100001000110111101000101100111000101011100110100100001000110111101000101100111000101001000010 | e6908de8b38ae6908de8b38a42 |
UHC | 損賊損賊B | 111000011101111111101110111001001110000111011111111011101110010001000010 | e1dfeee4e1dfeee442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)