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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ??だ??B | 00111111001111111000001010111110001111110011111101000010 | 3f3f82be3f3f42 |
EUC-JP | ??だ??B | 00111111001111111010010011000000001111110011111101000010 | 3f3fa4c03f3f42 |
UTF-8 | 룵퀛だ룶깰B | 11101011101000111011010111101101100000001001101111100011100000011010000011101011101000111011011011101010101110011011000001000010 | eba3b5ed809be381a0eba3b6eab9b042 |
UHC | 룵퀛だ룶깰B | 1000111110101010101100111000111110101010110000001000111110101011101100011111110101000010 | 8faab38faac08fabb1fd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)