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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 凋?才?? | 10010010100111000011111110001101110010110011111100111111 | 929c3f8dcb3f3f |
EUC-JP | 凋?才?? | 11000011111111000011111110111010110011010011111100111111 | c3fc3fbacd3f3f |
UTF-8 | 凋렪才렭麟 | 111001011000011110001011111010111010000010101010111001101000100110001101111010111010000010101101111011111010011110110011 | e5878beba0aae6898deba0adefa7b3 |
UHC | 凋렪才렭麟 | 11110000101111011000111010111000111011101010011010001110101110101110110011101000 | f0bd8eb8eea68ebaece8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)