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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 髯る。幃凾鬘 | 1110100110011001100000101110100110100001100110111110100110011001100000101110100110100001 | e99982e9a19be99982e9a1 |
EUC-JP | 髯る。幃凾鬘 | 111100011111100110100100111010111000111010100001110101101110101111010001111000101111001010100011 | f1f9a4eb8ea1d6ebd1e2f2a3 |
UTF-8 | 髯る。幃凾鬘 | 111010011010101110101111111000111000001010001011111011111011110110100001111001011011100110000011111001011000011110111110111010011010110010011000 | e9abafe3828befbda1e5b983e587bee9ac98 |
UHC | ?る???? | 00111111101010101110101100111111001111110011111100111111 | 3faaeb3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)