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 | ??∥畏? | 00111111001111111000000101100001100010001101100000111111 | 3f3f816188d83f |
EUC-JP | ??‖畏? | 00111111001111111010000111000010101100001101101000111111 | 3f3fa1c2b0da3f |
UTF-8 | 料썽∥畏봂 | 111011111010011010111110111011001000110110111101111000101000100010100101111001111001010110001111111010111011010010000010 | efa6beec8dbde288a5e7958febb482 |
UHC | 料썽∥畏봂 | 11101000111101111011110111101001101000011010101111101000111001101001010001000101 | e8f7bde9a1abe8e69445 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)