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 | 燧爍}燧爍{^ | 1110000010011100111000001010000101111101111000001001110011100000101000010111101101011110 | e09ce0a17de09ce0a17b5e |
EUC-JP | 燧爍}燧爍{^ | 1101111111111100111000001010001101111101110111111111110011100000101000110111101101011110 | dffce0a37ddffce0a37b5e |
UTF-8 | 燧爍}燧爍{^ | 111001111000011110100111111001111000100010001101011111011110011110000111101001111110011110001000100011010111101101011110 | e787a7e7888d7de787a7e7888d7b5e |
UHC | 燧?}燧?{^ | 111000101010110000111111011111011110001010101100001111110111101101011110 | e2ac3f7de2ac3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)