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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 耘企物 | 111000111100111110001010111010011001010110101000 | e3cf8ae995a8 |
EUC-JP | 耘企物 | 111001101101000110110100111010111100101010101010 | e6d1b4ebcaaa |
UTF-8 | 耘企物 | 111010001000000010011000111001001011110010000001111001111000100110101001 | e88098e4bc81e789a9 |
UHC | 耘企物 | 111010011111110011010000111010101101101010101010 | e9fcd0eadaaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)