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 | 髻懆樗驪 | 1110100110011111100111001110100010010010100101001110100110001011 | e99f9ce89294e98b |
EUC-JP | 髻懆樗驪 | 1111001010100001110110001110101011000011111101001111000111101011 | f2a1d8eac3f4f1eb |
UTF-8 | 髻懆樗驪 | 111010011010101110111011111001101000011110000110111001101010100010010111111010011010100110101010 | e9abbbe68786e6a897e9a9aa |
UHC | ??樗驪 | 001111110011111111101110110000001101010111110001 | 3f3feec0d5f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)