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 | 吟←Ч | 100010111110000110000001101010011000010001011000 | 8be181a98458 |
EUC-JP | 吟←Ч | 101101101110001110100010101010111010011110111001 | b6e3a2aba7b9 |
UTF-8 | 吟←Ч | 1110010110010000100111111110001010000110100100001101000010100111 | e5909fe28690d0a7 |
UHC | 吟←Ч | 111010111110000110100001111001111010110010111001 | ebe1a1e7acb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)