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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 逑馬逑馬B | 111001111001001110010100011011101110011110010011100101000110111001000010 | e793946ee793946e42 |
EUC-JP | 逑馬逑馬B | 111011011111001111000111110011111110110111110011110001111100111101000010 | edf3c7cfedf3c7cf42 |
UTF-8 | 逑馬逑馬B | 11101001100000001001000111101001101001101010110011101001100000001001000111101001101001101010110001000010 | e98091e9a6ace98091e9a6ac42 |
UHC | 逑馬逑馬B | 110011111100011111011000101010011100111111000111110110001010100101000010 | cfc7d8a9cfc7d8a942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)