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 | ????A | 0011111100111111001111110011111101000001 | 3f3f3f3f41 |
SJIS-WIN | 邂?凋?A | 11100111101011100011111110010010100111000011111101000001 | e7ae3f929c3f41 |
EUC-JP | 邂?凋?A | 11101110101100000011111111000011111111000011111101000001 | eeb03fc3fc3f41 |
UTF-8 | 邂렱凋렪A | 11101001100000101000001011101011101000001011000111100101100001111000101111101011101000001010101001000001 | e98282eba0b1e5878beba0aa41 |
UHC | 邂렱凋렪A | 111110101011001110001110101111101111000010111101100011101011100001000001 | fab38ebef0bd8eb841 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)