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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 澵タ諶ェ悉 | 1111101101001100110000001111101110101010101010101000111010111011 | fb4cc0fbaaaa8ebb |
EUC-JP | 澵タ諶ェ悉 | 100011111100100011111000100011101100000010001111110111101011010110001110101010101011110010111101 | 8fc8f88ec08fdeb58eaabcbd |
UTF-8 | 澵タ諶ェ悉 | 111001101011111010110101111011111011111010000000111010001010101110110110111011111011110110101010111001101000001010001001 | e6beb5efbe80e8abb6efbdaae68289 |
UHC | ??諶?悉 | 00111111001111111110010010100110001111111110001111111010 | 3f3fe4a63fe3fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)