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 | ??o??} | 001111110011111101101111001111110011111101111101 | 3f3f6f3f3f7d |
SJIS-WIN | 偲治o偲治} | 10001110110000111000111010100001011011111000111011000011100011101010000101111101 | 8ec38ea16f8ec38ea17d |
EUC-JP | 偲治o偲治} | 10111100110001011011110010100011011011111011110011000101101111001010001101111101 | bcc5bca36fbcc5bca37d |
UTF-8 | 偲治o偲治} | 1110010110000001101100101110011010110010101110110110111111100101100000011011001011100110101100101011101101111101 | e581b2e6b2bb6fe581b2e6b2bb7d |
UHC | ?治o?治} | 0011111111110110101111010110111100111111111101101011110101111101 | 3ff6bd6f3ff6bd7d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)