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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???漿?? | 00111111001111110011111110011111111101110011111100111111 | 3f3f3f9ff73f3f |
EUC-JP | ???漿?? | 00111111001111110011111111011110111110010011111100111111 | 3f3f3fdef93f3f |
UTF-8 | 뤶핉뀀漿틢ㆁ | 111010111010010010110110111011011001010110001001111010111000000010000000111001101011110010111111111011011000101110100010111000111000011010000001 | eba4b6ed9589eb8080e6bcbfed8ba2e38681 |
UHC | 뤶핉뀀漿틢ㆁ | 100011111110010011000000100011101011001011101011111011011110110010111010100011101010010011110001 | 8fe4c08eb2ebedecba8ea4f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)