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 | ????gh | 001111110011111100111111001111110110011101101000 | 3f3f3f3f6768 |
SJIS-WIN | 丹単村束gh | 10010010010011111001001001010000100100011011101010010001101010010110011101101000 | 924f925091ba91a96768 |
EUC-JP | 丹単村束gh | 11000011101100001100001110110001110000101011110011000010101010110110011101101000 | c3b0c3b1c2bcc2ab6768 |
UTF-8 | 丹単村束gh | 1110010010111000101110011110010110001101100110001110011010011101100100011110011010011101100111110110011101101000 | e4b8b9e58d98e69d91e69d9f6768 |
UHC | 丹?村束gh | 110100111010000100111111111101011011110111100001110101100110011101101000 | d3a13ff5bde1d66768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)