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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 第???釐B | 1001000111100110001111110011111100111111111001111101100001000010 | 91e63f3f3fe7d842 |
EUC-JP | 第?饔?釐B | 11000010111010000011111110001111111010001110111100111111111011101101101001000010 | c2e83f8fe8ef3feeda42 |
UTF-8 | 第렖饔漏釐B | 11100111101011001010110011101011101000001001011011101001101001011001010011101111101001011000111011101001100001111001000001000010 | e7acaceba096e9a594efa58ee9879042 |
UHC | 第렖饔漏釐B | 1111000010101111100011101010101111101000101111011101001011101000110101111110110101000010 | f0af8eabe8bdd2e8d7ed42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)