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 | 驍るヲ曖 | 11101001100000101000001011101001101001101001111001000010 | e98282e9a69e42 |
EUC-JP | 驍るヲ曖 | 1111000111100010101001001110101110001110101001101101101110100011 | f1e2a4eb8ea6dba3 |
UTF-8 | 驍るヲ曖 | 111010011010100110001101111000111000001010001011111011111011110110100110111001101001101110010110 | e9a98de3828befbda6e69b96 |
UHC | 驍る?曖 | 11111101101001001010101011101011001111111110010011110010 | fda4aaeb3fe4f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)