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 | 陷エ逋懃セ | 1110100010011100101101001110011110011001100111001110011110111110 | e89cb4e7999ce7be |
EUC-JP | 陷エ逋懃セ | 11101111111111001000111010110100111011011111100111011000111010011000111010111110 | effc8eb4edf9d8e98ebe |
UTF-8 | 陷エ逋懃セ | 111010011001100110110111111011111011110110110100111010011000000010001011111001101000011110000011111011111011110110111110 | e999b7efbdb4e9808be68783efbdbe |
UHC | 陷?逋懃? | 1111100111101000001111111111100011100111110100001100010000111111 | f9e83ff8e7d0c43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)