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 | 100100001101100100111111100100111000000110001111100101010011111101000010 | 90d93f93818f953f42 |
EUC-JP | 拙?刀助?B | 110000001101101100111111110001011110000110111101111101010011111101000010 | c0db3fc5e1bdf53f42 |
UTF-8 | 拙흙刀助렞B | 11100110100010111001100111101101100111011001100111100101100010001000000011100101100010101010100111101011101000001001111001000010 | e68b99ed9d99e58880e58aa9eba09e42 |
UHC | 拙흙刀助렞B | 1111000011110000110010001110101111010011111011111111000010111110100011101010111101000010 | f0f0c8ebd3eff0be8eaf42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)