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 | ??F}??F{^ | 001111110011111101000110011111010011111100111111010001100111101101011110 | 3f3f467d3f3f467b5e |
SJIS-WIN | 偲治F}偲治F{^ | 10001110110000111000111010100001010001100111110110001110110000111000111010100001010001100111101101011110 | 8ec38ea1467d8ec38ea1467b5e |
EUC-JP | 偲治F}偲治F{^ | 10111100110001011011110010100011010001100111110110111100110001011011110010100011010001100111101101011110 | bcc5bca3467dbcc5bca3467b5e |
UTF-8 | 偲治F}偲治F{^ | 1110010110000001101100101110011010110010101110110100011001111101111001011000000110110010111001101011001010111011010001100111101101011110 | e581b2e6b2bb467de581b2e6b2bb467b5e |
UHC | ?治F}?治F{^ | 0011111111110110101111010100011001111101001111111111011010111101010001100111101101011110 | 3ff6bd467d3ff6bd467b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)