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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ????ょ? | 00111111001111110011111100111111100000101110010100111111 | 3f3f3f3f82e53f |
EUC-JP | ????ょ? | 00111111001111110011111100111111101001001110011100111111 | 3f3f3f3fa4e73f |
UTF-8 | 閱묐끂留ょ뙳 | 111010011001011010110001111010111010110010010000111010111000000110000010111011111010011110001101111000111000001010000111111010111001100110110011 | e996b1ebac90eb8182efa78de38287eb99b3 |
UHC | 閱묐끂留ょ뙳 | 111001101111001110010001111010111000010110111000111010111010011110101010111001111000110010110110 | e6f391eb85b8eba7aae78cb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)