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 | 騾句シ滓「 | 1110100110000000100010111110010110111100100111111110011010100010 | e9808be5bc9fe6a2 |
EUC-JP | 騾句シ滓「 | 11110001111000001011011011100111100011101011110011011110111010001000111010100010 | f1e0b6e78ebcdee88ea2 |
UTF-8 | 騾句シ滓「 | 111010011010100010111110111001011000111110100101111011111011110110111100111001101011101110010011111011111011110110100010 | e9a8bee58fa5efbdbce6bb93efbda2 |
UHC | ?句?滓? | 00111111110011111010001100111111111011101010101100111111 | 3fcfa33feeab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)