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 | 烏柵}烏柵{^ | 1000100101000111100011011111001001111101100010010100011110001101111100100111101101011110 | 89478df27d89478df27b5e |
EUC-JP | 烏柵}烏柵{^ | 1011000110101000101110101111010001111101101100011010100010111010111101000111101101011110 | b1a8baf47db1a8baf47b5e |
UTF-8 | 烏柵}烏柵{^ | 111001111000001110001111111001101001111110110101011111011110011110000011100011111110011010011111101101010111101101011110 | e7838fe69fb57de7838fe69fb57b5e |
UHC | 烏柵}烏柵{^ | 1110100010100001111100111111110101111101111010001010000111110011111111010111101101011110 | e8a1f3fd7de8a1f3fd7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)