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 | ã[ | 110000111010001101011011110000101000100111000010 | c3a35bc289c2 |
SJIS-WIN | ?£[??? | 00111111100000011001001001011011001111110011111100111111 | 3f81925b3f3f3f |
EUC-JP | ã[� | 10001111101010101010101010100001111100100101101110001111101010101010010000111111100011111010101010100100 | 8faaaaa1f25b8faaa43f8faaa4 |
UTF-8 | ã[ | 1100001110000011110000101010001101011011110000111000001011000010100010011100001110000010 | c383c2a35bc382c289c382 |
UHC | ??[??? | 001111110011111101011011001111110011111100111111 | 3f3f5b3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)