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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 齬??巍 | 111010101001011100111111001111111001101111011001 | ea973f3f9bd9 |
EUC-JP | 齬??巍 | 111100111111011100111111001111111101011011011011 | f3f73f3fd6db |
UTF-8 | 齬묉꼐巍 | 111010011011110110101100111010111010110010001001111010101011110010010000111001011011011110001101 | e9bdacebac89eabc90e5b78d |
UHC | 齬묉꼐巍 | 1110010111100001100100011110011010110010101111101110100011100100 | e5e191e6b2bee8e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)