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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 霑コ蜃 | 1110100010111111101110101110010110000111 | e8bfbae587 |
EUC-JP | 霑コ蜃 | 111100001100000110001110101110101110100111100111 | f0c18ebae9e7 |
UTF-8 | 霑コ蜃 | 111010011001110010010001111011111011110110111010111010001001110010000011 | e99c91efbdbae89c83 |
UHC | 霑?蜃 | 1110111111000101001111111110001111110001 | efc53fe3f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)