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 | ?恃?恃^ | 00111111100111001001010000111111100111001001010001011110 | 3f9c943f9c945e |
EUC-JP | ?恃?恃^ | 00111111110101111111010000111111110101111111010001011110 | 3fd7f43fd7f45e |
UTF-8 | 둕恃拾恃^ | 11101011100100011001010111100110100000011000001111101111101001011011001111100110100000011000001101011110 | eb9195e68183efa5b3e681835e |
UHC | 둕恃拾恃^ | 100010100100111011100011101111101110010010101001111000111011111001011110 | 8a4ee3bee4a9e3be5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)