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 | 疾?}疾?{^ | 100011101011111000111111011111011000111010111110001111110111101101011110 | 8ebe3f7d8ebe3f7b5e |
EUC-JP | 疾?}疾?{^ | 101111001100000000111111011111011011110011000000001111110111101101011110 | bcc03f7dbcc03f7b5e |
UTF-8 | 疾섞}疾섞{^ | 111001111001011010111110111011001000010010011110011111011110011110010110101111101110110010000100100111100111101101011110 | e796beec849e7de796beec849e7b5e |
UHC | 疾섞}疾섞{^ | 1111001011110000101111001010111101111101111100101111000010111100101011110111101101011110 | f2f0bcaf7df2f0bcaf7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)