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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
EUC-JP | 醬崍}醬崍{^ | 100011111110001011110011100011111011101111000100011111011000111111100010111100111000111110111011110001000111101101011110 | 8fe2f38fbbc47d8fe2f38fbbc47b5e |
UTF-8 | 醬崍}醬崍{^ | 111010011000011010101100111001011011010010001101011111011110100110000110101011001110010110110100100011010111101101011110 | e986ace5b48d7de986ace5b48d7b5e |
UHC | 醬崍}醬崍{^ | 1110110111111101110101011100111101111101111011011111110111010101110011110111101101011110 | edfdd5cf7dedfdd5cf7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)