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 | ⅰ雫鳬エ鉈 | 111110100100000010001110101101001110100111101001101101001110011111101011 | fa408eb4e9e9b4e7eb |
EUC-JP | ?雫鳬エ鉈 | 001111111011110010110110111100101110101110001110101101001110111011101101 | 3fbcb6f2eb8eb4eeed |
UTF-8 | ⅰ雫鳬エ鉈 | 111000101000010110110000111010011001101110101011111010011011001110101100111011111011110110110100111010011000100110001000 | e285b0e99babe9b3acefbdb4e98988 |
UHC | ⅰ???? | 101001011010000100111111001111110011111100111111 | a5a13f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)