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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 蹊ソ轗蹊ソ轆^ | 1110011011111100101111111110011101111101111001101111110010111111111001110111101101011110 | e6fcbfe77de6fcbfe77b5e |
EUC-JP | 蹊ソ轗蹊ソ轆^ | 11101100111111101000111010111111111011011101111011101100111111101000111010111111111011011101110001011110 | ecfe8ebfeddeecfe8ebfeddc5e |
UTF-8 | 蹊ソ轗蹊ソ轆^ | 11101000101110011000101011101111101111011011111111101000101111011001011111101000101110011000101011101111101111011011111111101000101111011000011001011110 | e8b98aefbdbfe8bd97e8b98aefbdbfe8bd865e |
UHC | 蹊??蹊??^ | 111110111011011100111111001111111111101110110111001111110011111101011110 | fbb73f3ffbb73f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)