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 | 騾句シ滄ィ | 1110100110000000100010111110010110111100100111111110100110101000 | e9808be5bc9fe9a8 |
EUC-JP | 騾句シ滄ィ | 11110001111000001011011011100111100011101011110011011110111010111000111010101000 | f1e0b6e78ebcdeeb8ea8 |
UTF-8 | 騾句シ滄ィ | 111010011010100010111110111001011000111110100101111011111011110110111100111001101011101110000100111011111011110110101000 | e9a8bee58fa5efbdbce6bb84efbda8 |
UHC | ?句?滄? | 00111111110011111010001100111111111100111110011100111111 | 3fcfa33ff3e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)