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 | 隴雅ク泌コ | 1110100010101101100010011110101110111000100101001110010110111010 | e8ad89ebb894e5ba |
EUC-JP | 隴雅ク泌コ | 11110000101011111011001011101101100011101011100011001000111001111000111010111010 | f0afb2ed8eb8c8e78eba |
UTF-8 | 隴雅ク泌コ | 111010011001101010110100111010011001101110000101111011111011110110111000111001101011001110001100111011111011110110111010 | e99ab4e99b85efbdb8e6b38cefbdba |
UHC | ?雅?泌? | 00111111111001001011101000111111111110011011001000111111 | 3fe4ba3ff9b23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)