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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 照發照發^ | 100011111100011011100001101000101000111111000110111000011010001001011110 | 8fc6e1a28fc6e1a25e |
EUC-JP | 照發照發^ | 101111101100100011100010101001001011111011001000111000101010010001011110 | bec8e2a4bec8e2a45e |
UTF-8 | 照發照發^ | 11100111100001011010011111100111100110011011110011100111100001011010011111100111100110011011110001011110 | e785a7e799bce785a7e799bc5e |
UHC | 照發照發^ | 111100001100111011011011101000011111000011001110110110111010000101011110 | f0cedba1f0cedba15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)