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 | 亮シ}亮シ{^ | 1001011110111010100000110101011001111101100101111011101010000011010101100111101101011110 | 97ba83567d97ba83567b5e |
EUC-JP | 亮シ}亮シ{^ | 1100111010111100101001011011011101111101110011101011110010100101101101110111101101011110 | cebca5b77dcebca5b77b5e |
UTF-8 | 亮シ}亮シ{^ | 111001001011101010101110111000111000001010110111011111011110010010111010101011101110001110000010101101110111101101011110 | e4baaee382b77de4baaee382b77b5e |
UHC | 亮シ}亮シ{^ | 1101010111010101101010111011011101111101110101011101010110101011101101110111101101011110 | d5d5abb77dd5d5abb77b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)