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 | 阡林咲ソ箪 | 111010001001010010010111110100011000110111100111101111111001001001011100 | e89497d18de7bf925c |
EUC-JP | 阡林咲ソ箪 | 11101111111101001100111011010011101110101110100110001110101111111100001110111101 | eff4ced3bae98ebfc3bd |
UTF-8 | 阡林咲ソ箪 | 111010011001100010100001111001101001111010010111111001011001001010110010111011111011110110111111111001111010111010101010 | e998a1e69e97e592b2efbdbfe7aeaa |
UHC | 阡林??? | 11110100110001101101011111111001001111110011111100111111 | f4c6d7f93f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)