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 | 隴雅ク昴順 | 111010001010110110001001111010111011100010011101111000111000111110000111 | e8ad89ebb89de38f87 |
EUC-JP | 隴雅ク昴順 | 11110000101011111011001011101101100011101011100011011010111001011011110111100111 | f0afb2ed8eb8dae5bde7 |
UTF-8 | 隴雅ク昴順 | 111010011001101010110100111010011001101110000101111011111011110110111000111001101001100010110100111010011010000010000110 | e99ab4e99b85efbdb8e698b4e9a086 |
UHC | ?雅?昴順 | 0011111111100100101110100011111111011001110110111110001011110111 | 3fe4ba3fd9dbe2f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)