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 | 単綻多他 | 1001001001010000100100100101110110010001101111011001000110111100 | 9250925d91bd91bc |
EUC-JP | 単綻多他 | 1100001110110001110000111011111011000010101111111100001010111110 | c3b1c3bec2bfc2be |
UTF-8 | 単綻多他 | 111001011000110110011000111001111011011010111011111001011010010010011010111001001011101110010110 | e58d98e7b6bbe5a49ae4bb96 |
UHC | ?綻多他 | 00111111111101111010101011010010111111011111011011100010 | 3ff7aad2fdf6e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)