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 | ????H | 0011111100111111001111110011111101001000 | 3f3f3f3f48 |
SJIS-WIN | 丹誰村捉H | 100100100100111110010010010011101001000110111010100100011010100001001000 | 924f924e91ba91a848 |
EUC-JP | 丹誰村捉H | 110000111011000011000011101011111100001010111100110000101010101001001000 | c3b0c3afc2bcc2aa48 |
UTF-8 | 丹誰村捉H | 11100100101110001011100111101000101010101011000011100110100111011001000111100110100011011000100101001000 | e4b8b9e8aab0e69d91e68d8948 |
UHC | 丹誰村捉H | 110100111010000111100010110000011111010110111101111100111011010101001000 | d3a1e2c1f5bdf3b548 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)