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 | 1000111101100000001111110011111110001111100101010011111101000010 | 8f603f3f8f953f42 |
EUC-JP | 汁??助?B | 1011110111000001001111110011111110111101111101010011111101000010 | bdc13f3fbdf53f42 |
UTF-8 | 汁흔갹助렞B | 11100110101100011000000111101101100111011001010011101010101100001011100111100101100010101010100111101011101000001001111001000010 | e6b181ed9d94eab0b9e58aa9eba09e42 |
UHC | 汁흔갹助렞B | 1111000111110000110010001110011110110000101111011111000010111110100011101010111101000010 | f1f0c8e7b0bdf0be8eaf42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)