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 | 枝葛▲障? | 100011100111110110001010100010111000000110100011100011111110000100111111 | 8e7d8a8b81a38fe13f |
EUC-JP | 枝葛▲障? | 101110111101111010110011111010111010001010100101101111101110001100111111 | bbdeb3eba2a5bee33f |
UTF-8 | 枝葛▲障렒 | 111001101001111010011101111010001001000110011011111000101001011010110010111010011001101010011100111010111010000010010010 | e69e9de8919be296b2e99a9ceba092 |
UHC | 枝葛▲障렒 | 11110010101010111100101011100111101000011110001111101110101000011000111010100111 | f2abcae7a1e3eea18ea7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)