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 | 旋席}旋席{^ | 1001000011111001100100001100100001111101100100001111100110010000110010000111101101011110 | 90f990c87d90f990c87b5e |
EUC-JP | 旋席}旋席{^ | 1100000011111011110000001100101001111101110000001111101111000000110010100111101101011110 | c0fbc0ca7dc0fbc0ca7b5e |
UTF-8 | 旋席}旋席{^ | 111001101001011110001011111001011011100010101101011111011110011010010111100010111110010110111000101011010111101101011110 | e6978be5b8ad7de6978be5b8ad7b5e |
UHC | 旋席}旋席{^ | 1110000011000001111000001010110001111101111000001100000111100000101011000111101101011110 | e0c1e0ac7de0c1e0ac7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)