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 | ¢ÌÜÞµ | 1010001011001100100011101101110010001111110111101011010110001110 | a2cc8edc8fdeb58e |
SJIS-WIN | ¢??????? | 100000011001000100111111001111110011111100111111001111110011111100111111 | 81913f3f3f3f3f3f3f |
EUC-JP | ¢Ì?Ü?Þ?? | 101000011111000110001111101010101100000000111111100011111010101011100100001111111000111110101001101100000011111100111111 | a1f18faac03f8faae43f8fa9b03f3f |
UTF-8 | ¢ÌÜÞµ | 11000010101000101100001110001100110000101000111011000011100111001100001010001111110000111001111011000010101101011100001010001110 | c2a2c38cc28ec39cc28fc39ec2b5c28e |
UHC | ?????Þ?? | 001111110011111100111111001111110011111110101000101011010011111100111111 | 3f3f3f3f3fa8ad3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)