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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 析先昻析 | 1001000011001101100100001110011011111010110100001001000011001101 | 90cd90e6fad090cd |
EUC-JP | 析先?析 | 11000000110011111100000011101000001111111100000011001111 | c0cfc0e83fc0cf |
UTF-8 | 析先昻析 | 111001101001111010010000111001011000010110001000111001101001100010111011111001101001111010010000 | e69e90e58588e698bbe69e90 |
UHC | 析先昻析 | 1110000010110000111000001011101111100100111010011110000010110000 | e0b0e0bbe4e9e0b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)