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 | |v}|v{^ | 1001110001111100100111000111011001111101100111000111110010011100011101100111101101011110 | 9c7c9c767d9c7c9c767b5e |
SJIS-WIN | ?|?v}?|?v{^ | 0011111101111100001111110111011001111101001111110111110000111111011101100111101101011110 | 3f7c3f767d3f7c3f767b5e |
EUC-JP | ?|?v}?|?v{^ | 0011111101111100001111110111011001111101001111110111110000111111011101100111101101011110 | 3f7c3f767d3f7c3f767b5e |
UTF-8 | |v}|v{^ | 110000101001110001111100110000101001110001110110011111011100001010011100011111001100001010011100011101100111101101011110 | c29c7cc29c767dc29c7cc29c767b5e |
UHC | ?|?v}?|?v{^ | 0011111101111100001111110111011001111101001111110111110000111111011101100111101101011110 | 3f7c3f767d3f7c3f767b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)