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 | 娃??節ε? | 100010001010000100111111001111111001000011011111100000111100001100111111 | 88a13f3f90df83c33f |
EUC-JP | 娃??節ε? | 101100001010001100111111001111111100000011100001101001101100010100111111 | b0a33f3fc0e1a6c53f |
UTF-8 | 娃욄퍋節ε즺 | 1110010110101000100000111110110010011010100001001110110110001101100010111110011110101111100000001100111010110101111011001010011010111010 | e5a883ec9a84ed8d8be7af80ceb5eca6ba |
UHC | 娃욄퍋節ε즺 | 111010001101111110011110111001101011101110000010111011111011110110100101111001011010001110001100 | e8df9ee6bb82efbda5e5a38c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)