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 | 鋺剃シ∵、 | 1110011111111010100100101110010010111100100000011110011010100100 | e7fa92e4bc81e6a4 |
EUC-JP | 鋺剃シ∵、 | 11101110111111001100010011100110100011101011110010100010111010001000111010100100 | eefcc4e68ebca2e88ea4 |
UTF-8 | 鋺剃シ∵、 | 111010011000101110111010111001011000100110000011111011111011110110111100111000101000100010110101111011111011110110100100 | e98bbae58983efbdbce288b5efbda4 |
UHC | ?剃?∵? | 00111111111101001110111100111111101000011111000100111111 | 3ff4ef3fa1f13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)