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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 髯や | 11101001100110011000001011100010 | e99982e2 |
EUC-JP | 髯や | 11110001111110011010010011100100 | f1f9a4e4 |
UTF-8 | 髯や | 111010011010101110101111111000111000001010000100 | e9abafe38284 |
UHC | ?や | 001111111010101011100100 | 3faae4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)