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 | テ環アテ環ア^ | 110000111000101011000010101100011100001110001010110000101011000101011110 | c38ac2b1c38ac2b15e |
EUC-JP | テ環アテ環ア^ | 10001110110000111011010011000100100011101011000110001110110000111011010011000100100011101011000101011110 | 8ec3b4c48eb18ec3b4c48eb15e |
UTF-8 | テ環アテ環ア^ | 11101111101111101000001111100111100100101011000011101111101111011011000111101111101111101000001111100111100100101011000011101111101111011011000101011110 | efbe83e792b0efbdb1efbe83e792b0efbdb15e |
UHC | ?環??環?^ | 001111111111110010111011001111110011111111111100101110110011111101011110 | 3ffcbb3f3ffcbb3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)