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 | ???x | 00111111001111110011111101111000 | 3f3f3f78 |
SJIS-WIN | 辰属脱x | 10010010010000111001000110101110100100100100010101111000 | 924391ae924578 |
EUC-JP | 辰属脱x | 11000011101001001100001010110000110000111010011001111000 | c3a4c2b0c3a678 |
UTF-8 | 辰属脱x | 11101000101111101011000011100101101100011001111011101000100001001011000101111000 | e8beb0e5b19ee884b178 |
UHC | 辰??x | 1111001011100011001111110011111101111000 | f2e33f3f78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)