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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 髯ょ万蝗 | 1110100110011001100000101110010110010110100111001110010110011011 | e99982e5969ce59b |
EUC-JP | 髯ょ万蝗 | 1111000111111001101001001110011111001011111111001110100111111011 | f1f9a4e7cbfce9fb |
UTF-8 | 髯ょ万蝗 | 111010011010101110101111111000111000001010000111111001001011100010000111111010001001110110010111 | e9abafe38287e4b887e89d97 |
UHC | ?ょ万蝗 | 00111111101010101110011111011000101100101111110011011001 | 3faae7d8b2fcd9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)