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 | ?y?q?y?q^ | 001111110111100100111111011100010011111101111001001111110111000101011110 | 3f793f713f793f715e |
SJIS-WIN | ?y?q?y?q^ | 001111110111100100111111011100010011111101111001001111110111000101011110 | 3f793f713f793f715e |
EUC-JP | ?y?q?y?q^ | 001111110111100100111111011100010011111101111001001111110111000101011110 | 3f793f713f793f715e |
UTF-8 | 챈y혳q챈y혳q^ | 1110110010110001100010000111100111101101100110001011001101110001111011001011000110001000011110011110110110011000101100110111000101011110 | ecb18879ed98b371ecb18879ed98b3715e |
UHC | 챈y혳q챈y혳q^ | 11000011101001100111100111000010100110100111000111000011101001100111100111000010100110100111000101011110 | c3a679c29a71c3a679c29a715e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)