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 | èø°ç² | 111010001111100010110000111001111000111010110010 | e8f8b0e78eb2 |
SJIS-WIN | ??°??? | 00111111001111111000000110001011001111110011111100111111 | 3f3f818b3f3f3f |
EUC-JP | èø°ç?? | 10001111101010111011001010001111101010011100110010100001111010111000111110101011101011100011111100111111 | 8fabb28fa9cca1eb8fabae3f3f |
UTF-8 | èø°ç² | 110000111010100011000011101110001100001010110000110000111010011111000010100011101100001010110010 | c3a8c3b8c2b0c3a7c28ec2b2 |
UHC | ?ø°??² | 001111111010100110101010101000011100011000111111001111111010100111110111 | 3fa9aaa1c63f3fa9f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)