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 | ¯[¯[^ | 1001000010101111100111101000000001011011100100001010111110011110100000000101101101011110 | 90af9e805b90af9e805b5e |
SJIS-WIN | ????[????[^ | 0011111100111111001111110011111101011011001111110011111100111111001111110101101101011110 | 3f3f3f3f5b3f3f3f3f5b5e |
EUC-JP | ?¯??[?¯??[^ | 001111111000111110100010101101000011111100111111010110110011111110001111101000101011010000111111001111110101101101011110 | 3f8fa2b43f3f5b3f8fa2b43f3f5b5e |
UTF-8 | ¯[¯[^ | 11000010100100001100001010101111110000101001111011000010100000000101101111000010100100001100001010101111110000101001111011000010100000000101101101011110 | c290c2afc29ec2805bc290c2afc29ec2805b5e |
UHC | ????[????[^ | 0011111100111111001111110011111101011011001111110011111100111111001111110101101101011110 | 3f3f3f3f5b3f3f3f3f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)