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 | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | 丹探村束h | 100100100100111110010010010101001001000110111010100100011010100101101000 | 924f925491ba91a968 |
EUC-JP | 丹探村束h | 110000111011000011000011101101011100001010111100110000101010101101101000 | c3b0c3b5c2bcc2ab68 |
UTF-8 | 丹探村束h | 11100100101110001011100111100110100011101010001011100110100111011001000111100110100111011001111101101000 | e4b8b9e68ea2e69d91e69d9f68 |
UHC | 丹探村束h | 110100111010000111110111101011101111010110111101111000011101011001101000 | d3a1f7aef5bde1d668 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)