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 | 需柵}需柵{^ | 1000111011111001100011011111001001111101100011101111100110001101111100100111101101011110 | 8ef98df27d8ef98df27b5e |
EUC-JP | 需柵}需柵{^ | 1011110011111011101110101111010001111101101111001111101110111010111101000111101101011110 | bcfbbaf47dbcfbbaf47b5e |
UTF-8 | 需柵}需柵{^ | 111010011001110010000000111001101001111110110101011111011110100110011100100000001110011010011111101101010111101101011110 | e99c80e69fb57de99c80e69fb57b5e |
UHC | 需柵}需柵{^ | 1110001011001101111100111111110101111101111000101100110111110011111111010111101101011110 | e2cdf3fd7de2cdf3fd7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)