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 | 琵??? | 1001010011111010001111110011111100111111 | 94fa3f3f3f |
EUC-JP | 琵??? | 1100100011111100001111110011111100111111 | c8fc3f3f3f |
UTF-8 | 琵철짚채 | 111001111001000010110101111011001011001010100000111011001010011110011010111011001011000110000100 | e790b5ecb2a0eca79aecb184 |
UHC | 琵철짚채 | 1101110111110101110000111011011011000010101001001100001110100100 | ddf5c3b6c2a4c3a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)