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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 蘚?}蘚?{^ | 111001010110010000111111011111011110010101100100001111110111101101011110 | e5643f7de5643f7b5e |
EUC-JP | 蘚?}蘚?{^ | 111010011100010100111111011111011110100111000101001111110111101101011110 | e9c53f7de9c53f7b5e |
UTF-8 | 蘚깁}蘚깁{^ | 111010001001100010011010111010101011100110000001011111011110100010011000100110101110101010111001100000010111101101011110 | e8989aeab9817de8989aeab9817b5e |
UHC | 蘚깁}蘚깁{^ | 1110000011010000101100011110100101111101111000001101000010110001111010010111101101011110 | e0d0b1e97de0d0b1e97b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)