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 | ????▼? | 00111111001111110011111100111111100000011010010100111111 | 3f3f3f3f81a53f |
EUC-JP | ????▼? | 00111111001111110011111100111111101000101010011100111111 | 3f3f3f3fa2a73f |
UTF-8 | 閱묐떯璘▼츦 | 111010011001011010110001111010111010110010010000111010111001011010101111111011111010011110101111111000101001011010111100111011001011100010100110 | e996b1ebac90eb96afefa7afe296bcecb8a6 |
UHC | 閱묐떯璘▼츦 | 111001101111001110010001111010111000101110111111111011001101111010100001111001011010111010011100 | e6f391eb8bbfecdea1e5ae9c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)