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 | è¾´ûø» | 111010001011111010110100111110111111100010111011 | e8beb4fbf8bb |
SJIS-WIN | ??´??? | 00111111001111111000000101001100001111110011111100111111 | 3f3f814c3f3f3f |
EUC-JP | è?´ûø? | 10001111101010111011001000111111101000011010110110001111101010111110010110001111101010011100110000111111 | 8fabb23fa1ad8fabe58fa9cc3f |
UTF-8 | è¾´ûø» | 110000111010100011000010101111101100001010110100110000111011101111000011101110001100001010111011 | c3a8c2bec2b4c3bbc3b8c2bb |
UHC | ?¾´?ø? | 001111111010100011111010101000101010010100111111101010011010101000111111 | 3fa8faa2a53fa9aa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)