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 | ??wh??w | 00111111001111110111011101101000001111110011111101110111 | 3f3f77683f3f77 |
SJIS-WIN | 偲治wh偲治w | 1000111011000011100011101010000101110111011010001000111011000011100011101010000101110111 | 8ec38ea177688ec38ea177 |
EUC-JP | 偲治wh偲治w | 1011110011000101101111001010001101110111011010001011110011000101101111001010001101110111 | bcc5bca37768bcc5bca377 |
UTF-8 | 偲治wh偲治w | 111001011000000110110010111001101011001010111011011101110110100011100101100000011011001011100110101100101011101101110111 | e581b2e6b2bb7768e581b2e6b2bb77 |
UHC | ?治wh?治w | 001111111111011010111101011101110110100000111111111101101011110101110111 | 3ff6bd77683ff6bd77 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)