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 | 綏遵圭纃 | 1110001101010110100011111000010110001100010111001110001110001101 | e3568f858c5ce38d |
EUC-JP | 綏遵圭纃 | 1110010110110111101111011110010110110111101111011110010111101101 | e5b7bde5b7bde5ed |
UTF-8 | 綏遵圭纃 | 111001111011011010001111111010011000000110110101111001011001110010101101111001111011101010000011 | e7b68fe981b5e59cade7ba83 |
UHC | 綏遵圭? | 11100010101101111111000111100101110100001010010000111111 | e2b7f1e5d0a43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)