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 | ???艤η? | 0011111100111111001111111110010001111110100000111100010100111111 | 3f3f3fe47e83c53f |
EUC-JP | ???艤η? | 0011111100111111001111111110011111011111101001101100011100111111 | 3f3f3fe7dfa6c73f |
UTF-8 | 閱묐끂艤η댆 | 1110100110010110101100011110101110101100100100001110101110000001100000101110100010001001101001001100111010110111111010111000110010000110 | e996b1ebac90eb8182e889a4ceb7eb8c86 |
UHC | 閱묐끂艤η댆 | 111001101111001110010001111010111000010110111000111010111111101010100101111001111000100010110000 | e6f391eb85b8ebfaa5e788b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)