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 | ????Q | 0011111100111111001111110011111101010001 | 3f3f3f3f51 |
SJIS-WIN | 丹探村俗Q | 100100100100111110010010010101001001000110111010100100011010110101010001 | 924f925491ba91ad51 |
EUC-JP | 丹探村俗Q | 110000111011000011000011101101011100001010111100110000101010111101010001 | c3b0c3b5c2bcc2af51 |
UTF-8 | 丹探村俗Q | 11100100101110001011100111100110100011101010001011100110100111011001000111100100101111111001011101010001 | e4b8b9e68ea2e69d91e4bf9751 |
UHC | 丹探村俗Q | 110100111010000111110111101011101111010110111101111000011101010001010001 | d3a1f7aef5bde1d451 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)