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 | 隹韋}隹韋{^ | 1110100010110000111010001110100001111101111010001011000011101000111010000111101101011110 | e8b0e8e87de8b0e8e87b5e |
EUC-JP | 隹韋}隹韋{^ | 1111000010110010111100001110101001111101111100001011001011110000111010100111101101011110 | f0b2f0ea7df0b2f0ea7b5e |
UTF-8 | 隹韋}隹韋{^ | 111010011001101010111001111010011001111110001011011111011110100110011010101110011110100110011111100010110111101101011110 | e99ab9e99f8b7de99ab9e99f8b7b5e |
UHC | ?韋}?韋{^ | 001111111110101011011111011111010011111111101010110111110111101101011110 | 3feadf7d3feadf7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)