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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 執煜疾 | 1111001010100010100011101011011111111011010101011000111010111110 | f2a28eb7fb558ebe |
EUC-JP | ?執煜疾 | 0011111110111100101110011000111111001001111111001011110011000000 | 3fbcb98fc9fcbcc0 |
UTF-8 | 執煜疾 | 111011101000011110011001111001011001111110110111111001111000010110011100111001111001011010111110 | ee8799e59fb7e7859ce796be |
UHC | ?執煜疾 | 00111111111100101111101111101001111100101111001011110000 | 3ff2fbe9f2f2f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)