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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 敖??淹?? | 1001110111000010001111110011111110011111101110010011111100111111 | 9dc23f3f9fb93f3f |
EUC-JP | 敖??淹?? | 1101101011000100001111110011111111011110101110110011111100111111 | dac43f3fdebb3f3f |
UTF-8 | 敖뉐떧淹쒎쳣 | 111001101001010110010110111010111000100110010000111010111001011010100111111001101011011110111001111011001001001010001110111011001011001110100011 | e69596eb8990eb96a7e6b7b9ec928eecb3a3 |
UHC | 敖뉐떧淹쒎쳣 | 111001111111100110000111111001011000101110111010111001011111010010011100111001011010101110001001 | e7f987e58bbae5f49ce5ab89 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)