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 | 凞ソ逍セ韆 | 1111101101011000101111111110011110010110101111101110100011100110 | fb58bfe796bee8e6 |
EUC-JP | ?ソ逍セ韆 | 001111111000111010111111111011011111011010001110101111101111000011101000 | 3f8ebfedf68ebef0e8 |
UTF-8 | 凞ソ逍セ韆 | 111011111010100010010101111011111011110110111111111010011000000010001101111011111011110110111110111010011001111110000110 | efa895efbdbfe9808defbdbee99f86 |
UHC | ??逍?韆 | 00111111001111111110000111001110001111111111010011000111 | 3f3fe1ce3ff4c7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)