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 | 獰i?恂? | 1110000011010110100000101000100100111111100111001001011000111111 | e0d682893f9c963f |
EUC-JP | 獰i?恂? | 1110000011011000101000111110100100111111110101111111011000111111 | e0d8a3e93fd7f63f |
UTF-8 | 獰i썫恂뉑 | 111001111000110110110000111011111011110110001001111011001000110110101011111001101000000110000010111010111000100110010001 | e78db0efbd89ec8dabe68182eb8991 |
UHC | 獰i썫恂뉑 | 11100111101111101010001111101001100110111001110011100010111000011000011111100110 | e7bea3e99b9ce2e187e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)