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 | 豁溘署奣頑 | 11100110101011011001111111100011100011111001000011111010101000111000101011100110 | e6ad9fe38f90faa38ae6 |
EUC-JP | 豁溘署奣頑 | 1110110010101111110111101110010110111101111100001000111110111000111111001011010011101000 | ecafdee5bdf08fb8fcb4e8 |
UTF-8 | 豁溘署奣頑 | 111010001011000110000001111001101011101010011000111001111011110110110010111001011010010110100011111010011010000010010001 | e8b181e6ba98e7bdb2e5a5a3e9a091 |
UHC | 豁?署?頑 | 1111110011000011001111111101111111111110001111111110100011010111 | fcc33fdffe3fe8d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)