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 | 責琵}責琵{^ | 1001000011010011100101001111101001111101100100001101001110010100111110100111101101011110 | 90d394fa7d90d394fa7b5e |
EUC-JP | 責琵}責琵{^ | 1100000011010101110010001111110001111101110000001101010111001000111111000111101101011110 | c0d5c8fc7dc0d5c8fc7b5e |
UTF-8 | 責琵}責琵{^ | 111010001011001010101100111001111001000010110101011111011110100010110010101011001110011110010000101101010111101101011110 | e8b2ace790b57de8b2ace790b57b5e |
UHC | 責琵}責琵{^ | 1111010010100001110111011111010101111101111101001010000111011101111101010111101101011110 | f4a1ddf57df4a1ddf57b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)