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 | 陷剃シ∵、 | 1110100010011100100100101110010010111100100000011110011010100100 | e89c92e4bc81e6a4 |
EUC-JP | 陷剃シ∵、 | 11101111111111001100010011100110100011101011110010100010111010001000111010100100 | effcc4e68ebca2e88ea4 |
UTF-8 | 陷剃シ∵、 | 111010011001100110110111111001011000100110000011111011111011110110111100111000101000100010110101111011111011110110100100 | e999b7e58983efbdbce288b5efbda4 |
UHC | 陷剃?∵? | 1111100111101000111101001110111100111111101000011111000100111111 | f9e8f4ef3fa1f13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)