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 | 鐔ワ洲鐓 | 1110100001011100100000111000111110001111010001101110100001011101 | e85c838f8f46e85d |
EUC-JP | 鐔ワ洲鐓 | 1110111110111101101001011110111110111101101001111110111110111110 | efbda5efbda7efbe |
UTF-8 | 鐔ワ洲鐓 | 111010011001000010010100111000111000001110101111111001101011010010110010111010011001000010010011 | e99094e383afe6b4b2e99093 |
UHC | ?ワ洲? | 001111111010101111101111111100011011110100111111 | 3fabeff1bd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)