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 | ???noBF | 00111111001111110011111101101110011011110100001001000110 | 3f3f3f6e6f4246 |
SJIS-WIN | 吠o絆noBF | 10010110011010011000001010001111111000110100101001101110011011110100001001000110 | 9669828fe34a6e6f4246 |
EUC-JP | 吠o絆noBF | 11001011110010101010001111101111111001011010101101101110011011110100001001000110 | cbcaa3efe5ab6e6f4246 |
UTF-8 | 吠o絆noBF | 11100101100100001010000011101111101111011000111111100111101101011000011001101110011011110100001001000110 | e590a0efbd8fe7b5866e6f4246 |
UHC | 吠o絆noBF | 11111000110001011010001111101111110110101111010001101110011011110100001001000110 | f8c5a3efdaf46e6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)