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 | 鋺エ逋懃セ | 1110011111111010101101001110011110011001100111001110011110111110 | e7fab4e7999ce7be |
EUC-JP | 鋺エ逋懃セ | 11101110111111001000111010110100111011011111100111011000111010011000111010111110 | eefc8eb4edf9d8e98ebe |
UTF-8 | 鋺エ逋懃セ | 111010011000101110111010111011111011110110110100111010011000000010001011111001101000011110000011111011111011110110111110 | e98bbaefbdb4e9808be68783efbdbe |
UHC | ??逋懃? | 00111111001111111111100011100111110100001100010000111111 | 3f3ff8e7d0c43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)