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 | 矼カ逍セ韆 | 1110000111100011101101101110011110010110101111101110100011100110 | e1e3b6e796bee8e6 |
EUC-JP | 矼カ逍セ韆 | 11100010111001011000111010110110111011011111011010001110101111101111000011101000 | e2e58eb6edf68ebef0e8 |
UTF-8 | 矼カ逍セ韆 | 111001111001111110111100111011111011110110110110111010011000000010001101111011111011110110111110111010011001111110000110 | e79fbcefbdb6e9808defbdbee99f86 |
UHC | ??逍?韆 | 00111111001111111110000111001110001111111111010011000111 | 3f3fe1ce3ff4c7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)